Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dagg-tx.c357 if (test_bit(HT_AGG_STATE_WANT_START, &tid_tx->state)) { in ___ieee80211_stop_tx_ba_session()
518 clear_bit(HT_AGG_STATE_WANT_START, &tid_tx->state); in ieee80211_tx_ba_session_handle_start()
723 __set_bit(HT_AGG_STATE_WANT_START, &tid_tx->state); in ieee80211_start_tx_ba_session()
H A Dsta_info.h120 #define HT_AGG_STATE_WANT_START 4 macro
H A Dtx.c1124 } else if (test_bit(HT_AGG_STATE_WANT_START, &tid_tx->state)) { in ieee80211_tx_prep_agg()