Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Dwme.c124 if ((info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) || in ieee80211_select_queue_80211()
159 if (!qos || (info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER)) { in __ieee80211_select_queue()
Dtx.c2143 IEEE80211_TX_CTRL_DONT_REORDER; in ieee80211_parse_tx_radiotap()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c304 if (!(tx_info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) && in ath9k_htc_tx_data()
/Linux-v5.15/include/net/
Dmac80211.h875 IEEE80211_TX_CTRL_DONT_REORDER = BIT(8), enumerator