Searched defs:sta_ampdu_mlme (Results 1 – 1 of 1) sorted by relevance
230 struct sta_ampdu_mlme { struct231 struct mutex mtx;233 struct tid_ampdu_rx __rcu *tid_rx[IEEE80211_NUM_TIDS];234 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];235 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];237 struct work_struct work;238 struct tid_ampdu_tx __rcu *tid_tx[IEEE80211_NUM_TIDS];239 struct tid_ampdu_tx *tid_start_tx[IEEE80211_NUM_TIDS];240 unsigned long last_addba_req_time[IEEE80211_NUM_TIDS];241 u8 addba_req_num[IEEE80211_NUM_TIDS];[all …]