Searched refs:IEEE80211_AGGR_BAWMAX (Results 1 – 4 of 4) sorted by relevance
34 #define IEEE80211_AGGR_BAWMAX 64 /* max block ack window size */ macro144 struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX];
555 IEEE80211_AGGR_BAWMAX : min(bufsiz, IEEE80211_AGGR_BAWMAX); in ampdu_rx_start()1761 IEEE80211_AGGR_BAWMAX : min(bufsiz, IEEE80211_AGGR_BAWMAX); in ieee80211_addba_request()1784 IEEE80211_AGGR_BAWMAX : min(bufsiz, IEEE80211_AGGR_BAWMAX); in ieee80211_addba_response()1939 if (bufsiz > IEEE80211_AGGR_BAWMAX) { in ht_recv_action_ba_addba_response()1945 bufsiz, IEEE80211_AGGR_BAWMAX, tid, code); in ht_recv_action_ba_addba_response()2102 | SM(IEEE80211_AGGR_BAWMAX, IEEE80211_BAPS_BUFSIZ) in ieee80211_ampdu_request()
227 for (i = 0; i < IEEE80211_AGGR_BAWMAX; i++) in _db_show_rxampdu()
3798 bufsiz = IEEE80211_AGGR_BAWMAX; in mwl_addba_response()