Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dsta_info.c1283 IEEE80211_TX_STATUS_EOSP | in ieee80211_send_null_response()
1466 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
1490 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
Dstatus.c685 if (info->flags & IEEE80211_TX_STATUS_EOSP) in ieee80211_tx_status()
/linux-4.1.27/include/net/
Dmac80211.h658 IEEE80211_TX_STATUS_EOSP = BIT(28), enumerator
692 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c423 info->flags &= ~IEEE80211_TX_STATUS_EOSP; in iwl_mvm_tx_skb()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c600 if (tx_info->flags & IEEE80211_TX_STATUS_EOSP) { in ath_tx_complete_aggr()
601 tx_info->flags &= ~IEEE80211_TX_STATUS_EOSP; in ath_tx_complete_aggr()
1679 info->flags |= IEEE80211_TX_STATUS_EOSP; in ath9k_release_buffered_frames()