IEEE80211_SCTL_FRAG  218 include/net/ieee80211.h #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
IEEE80211_SCTL_FRAG  605 net/mac80211/main.c 	frag = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG;
IEEE80211_SCTL_FRAG  874 net/mac80211/rx.c 	frag = sc & IEEE80211_SCTL_FRAG;
IEEE80211_SCTL_FRAG 2164 net/mac80211/rx.c 	if (sc & IEEE80211_SCTL_FRAG) {
IEEE80211_SCTL_FRAG  696 net/mac80211/tx.c 		fhdr->seq_ctrl = cpu_to_le16(seq | ((i + 1) & IEEE80211_SCTL_FRAG));