Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_MOREFRAGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h167 #define IEEE80211_FCTL_MOREFRAGS (IEEE80211_FC1_MORE_FRAG << 8) macro
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2954 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_MOREFRAGS); in ath12k_dp_rx_h_defrag()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3402 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_MOREFRAGS); in ath11k_dp_rx_h_defrag()