Searched defs:sta_ampdu_mlme (Results 1 – 1 of 1) sorted by relevance
279 struct sta_ampdu_mlme { struct280 struct mutex mtx;282 struct tid_ampdu_rx __rcu *tid_rx[IEEE80211_NUM_TIDS];283 u8 tid_rx_token[IEEE80211_NUM_TIDS];284 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];285 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];286 unsigned long tid_rx_manage_offl[BITS_TO_LONGS(2 * IEEE80211_NUM_TIDS)];287 unsigned long agg_session_valid[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];288 unsigned long unexpected_agg[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];290 struct work_struct work;[all …]