Home
last modified time | relevance | path

Searched refs:IEEE80211_SEQ_SUB (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211.h320 #define IEEE80211_SEQ_SUB(a, b) \ macro
325 (IEEE80211_SEQ_SUB(b, a+1) < IEEE80211_SEQ_BA_RANGE-1)
H A Dieee80211_ht.c1107 off = IEEE80211_SEQ_SUB(rxseq, rap->rxa_start); in ieee80211_ampdu_reorder()
1197 IEEE80211_SEQ_SUB(rxseq, rap->rxa_wnd-1)); in ieee80211_ampdu_reorder()
1261 off = IEEE80211_SEQ_SUB(rxseq, rap->rxa_start); in ieee80211_recv_bar()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1854 return (IEEE80211_SEQ_SUB(sa, sb)); in ieee80211_sn_sub()