Home
last modified time | relevance | path

Searched refs:IEEE80211_ACK_LEN (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/net80211/
Dieee80211.h712 #define IEEE80211_ACK_LEN \ macro
/netbsd/src/sys/dev/ic/
Darn5008.c1555 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN, in ar5008_tx()
1617 dur += athn_txtime(sc, IEEE80211_ACK_LEN, in ar5008_tx()
1623 dur += athn_txtime(sc, IEEE80211_ACK_LEN, in ar5008_tx()
Darn9003.c1715 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN, in ar9003_tx()
1800 dur += athn_txtime(sc, IEEE80211_ACK_LEN, in ar9003_tx()
1806 dur += athn_txtime(sc, IEEE80211_ACK_LEN, in ar9003_tx()
Dath.c3202 if (len < IEEE80211_ACK_LEN) { in ath_rx_proc()