Lines Matching refs:fc
105 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd() local
115 if (ieee80211_is_probe_resp(fc)) in iwl_mvm_set_tx_cmd()
118 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()
121 if (ieee80211_is_data_qos(fc)) { in iwl_mvm_set_tx_cmd()
125 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd()
154 if (ieee80211_is_mgmt(fc)) { in iwl_mvm_set_tx_cmd()
155 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc)) in iwl_mvm_set_tx_cmd()
157 else if (ieee80211_is_action(fc)) in iwl_mvm_set_tx_cmd()
172 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
194 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_set_tx_cmd_rate() argument
204 if (ieee80211_is_probe_resp(fc)) { in iwl_mvm_set_tx_cmd_rate()
208 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd_rate()
219 if (ieee80211_is_data(fc) && sta) { in iwl_mvm_set_tx_cmd_rate()
223 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd_rate()
233 le16_to_cpu(fc)); in iwl_mvm_set_tx_cmd_rate()
447 __le16 fc; in iwl_mvm_tx_skb() local
455 fc = hdr->frame_control; in iwl_mvm_tx_skb()
456 hdrlen = ieee80211_hdrlen(fc); in iwl_mvm_tx_skb()
480 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) { in iwl_mvm_tx_skb()
519 if (is_data_qos && !ieee80211_has_morefrags(fc)) in iwl_mvm_tx_skb()