Searched defs:sta_ampdu_mlme (Results 1 – 1 of 1) sorted by relevance
289 struct sta_ampdu_mlme { struct290 struct mutex mtx;292 struct tid_ampdu_rx __rcu *tid_rx[IEEE80211_NUM_TIDS];293 u8 tid_rx_token[IEEE80211_NUM_TIDS];298 unsigned long unexpected_agg[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];300 struct work_struct work;301 struct tid_ampdu_tx __rcu *tid_tx[IEEE80211_NUM_TIDS];302 struct tid_ampdu_tx *tid_start_tx[IEEE80211_NUM_TIDS];303 unsigned long last_addba_req_time[IEEE80211_NUM_TIDS];304 u8 addba_req_num[IEEE80211_NUM_TIDS];[all …]
Completed in 8 milliseconds