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

/linux-master/net/mac80211/
H A Dwme.c128 if ((info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) ||
H A Dtx.c2159 IEEE80211_TX_CTRL_DONT_REORDER;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c304 if (!(tx_info->control.flags & IEEE80211_TX_CTRL_DONT_REORDER) &&
/linux-master/include/net/
H A Dmac80211.h951 * @IEEE80211_TX_CTRL_DONT_REORDER: This frame should not be reordered
976 IEEE80211_TX_CTRL_DONT_REORDER = BIT(8), enumerator in enum:mac80211_tx_control_flags

Completed in 142 milliseconds