Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h54 #define IEEE80211_FCTL_ORDER 0x8000 macro
436 return (fc & cpu_to_le16(IEEE80211_FCTL_ORDER)) != 0; in ieee80211_has_order()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c971 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath12k_dp_rx_h_undecap_nwifi()
/linux/net/mac80211/
H A Drx.c79 hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_ORDER); in ieee80211_clean_skb()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1992 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath11k_dp_rx_h_undecap_nwifi()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1047 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_ORDER); in __rtw89_core_tx_adjust_he_qos_htc()