Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTRL_DONT_REORDER (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dwme.c128 if ((info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) || in ieee80211_select_queue_80211()
H A Dtx.c2160 IEEE80211_TX_CTRL_DONT_REORDER; in ieee80211_parse_tx_radiotap()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c304 if (!(tx_info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) && in ath9k_htc_tx_data()
/linux/include/net/
H A Dmac80211.h1033 IEEE80211_TX_CTRL_DONT_REORDER = BIT(8), enumerator