IEEE80211_FTYPE_CTL
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ);
rts->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
rts->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
case IEEE80211_FTYPE_CTL:
case IEEE80211_FTYPE_CTL:
((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
case IEEE80211_FTYPE_CTL:
case IEEE80211_FTYPE_CTL:
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
.fc = __cpu_to_le16(IEEE80211_FTYPE_CTL),
((IEEE80211_FTYPE_CTL != type) &&
((IEEE80211_FTYPE_CTL != type) &&
packet_matchbssid = ((type != IEEE80211_FTYPE_CTL) &&
packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) &&
pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
hdr11->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
cpu_to_le16(IEEE80211_FTYPE_CTL);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_ACK);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFEND);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFENDACK);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_TRIGGER);
bar->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL |
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS);
cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS);