Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c95 IEEE80211_TX_STATUS_EOSP)) { in ath_tx_status()
635 if (tx_info->flags & IEEE80211_TX_STATUS_EOSP) { in ath_tx_complete_aggr()
636 tx_info->flags &= ~IEEE80211_TX_STATUS_EOSP; in ath_tx_complete_aggr()
971 IEEE80211_TX_STATUS_EOSP); in ath_tx_get_tid_subframe()
1745 info->flags |= IEEE80211_TX_STATUS_EOSP; in ath9k_release_buffered_frames()
/linux-6.15/net/mac80211/
H A Dsta_info.c1868 IEEE80211_TX_STATUS_EOSP | in ieee80211_send_null_response()
2091 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
2115 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
H A Dstatus.c972 if (info->flags & IEEE80211_TX_STATUS_EOSP) in __ieee80211_tx_status()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dtx.c398 info->flags |= IEEE80211_TX_STATUS_EOSP | in mt76_queue_ps_skb()
/linux-6.15/include/net/
H A Dmac80211.h982 IEEE80211_TX_STATUS_EOSP = BIT(28), enumerator
1067 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1164 info->flags &= ~IEEE80211_TX_STATUS_EOSP; in iwl_mvm_tx_mpdu()