Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_STATUS_EOSP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c96 IEEE80211_TX_STATUS_EOSP)) { in ath_tx_status()
640 if (tx_info->flags & IEEE80211_TX_STATUS_EOSP) { in ath_tx_complete_aggr()
641 tx_info->flags &= ~IEEE80211_TX_STATUS_EOSP; in ath_tx_complete_aggr()
976 IEEE80211_TX_STATUS_EOSP); in ath_tx_get_tid_subframe()
1744 info->flags |= IEEE80211_TX_STATUS_EOSP; in ath9k_release_buffered_frames()
/openbmc/linux/net/mac80211/
H A Dsta_info.c1840 IEEE80211_TX_STATUS_EOSP | in ieee80211_send_null_response()
2063 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
2087 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
H A Dstatus.c944 if (info->flags & IEEE80211_TX_STATUS_EOSP) in __ieee80211_tx_status()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c387 info->flags |= IEEE80211_TX_STATUS_EOSP | in mt76_queue_ps_skb()
/openbmc/linux/include/net/
H A Dmac80211.h908 IEEE80211_TX_STATUS_EOSP = BIT(28), enumerator
993 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1178 info->flags &= ~IEEE80211_TX_STATUS_EOSP; in iwl_mvm_tx_mpdu()