Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmac80211.h1985 IEEE80211_OFFLOAD_ENCAP_ENABLED = BIT(0), enumerator
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c10007 vif->offload_flags &= ~(IEEE80211_OFFLOAD_ENCAP_ENABLED | in ath12k_mac_update_vif_offload()
10010 if (vif->offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED) in ath12k_mac_update_vif_offload()
10022 vif->offload_flags &= ~IEEE80211_OFFLOAD_ENCAP_ENABLED; in ath12k_mac_update_vif_offload()
/linux/net/mac80211/
H A Dtx.c3468 if (sdata->vif.offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED) in ieee80211_amsdu_aggregate()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c5537 vif->offload_flags &= ~IEEE80211_OFFLOAD_ENCAP_ENABLED; in ath10k_update_vif_offload()