IEEE80211_FCTL_RETRY  359 drivers/net/wireless/ath/ath9k/xmit.c 	hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY);
IEEE80211_FCTL_RETRY  305 include/linux/ieee80211.h 	return (fc & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0;
IEEE80211_FCTL_RETRY 2774 net/mac80211/rx.c 	fwd_hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_RETRY);
IEEE80211_FCTL_RETRY  329 net/mac80211/wpa.c 	mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY |
IEEE80211_FCTL_RETRY  587 net/mac80211/wpa.c 	mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY |
IEEE80211_FCTL_RETRY  903 net/mac80211/wpa.c 	mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM |