IEEE80211_FCTL_ORDER
hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER));
hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER));
hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_ORDER);
return (fc & cpu_to_le16(IEEE80211_FCTL_ORDER)) != 0;
hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_ORDER);
mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_ORDER);