Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_RC_VHT_MCS (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/mac80211/
Drc80211_minstrel_ht_debugfs.c52 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
70 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
198 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
216 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
Dstatus.c251 IEEE80211_TX_RC_VHT_MCS))) in ieee80211_tx_radiotap_len()
265 else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) in ieee80211_tx_radiotap_len()
302 IEEE80211_TX_RC_VHT_MCS))) { in ieee80211_add_tx_radiotap_header()
349 } else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_add_tx_radiotap_header()
Drc80211_minstrel_ht.c86 IEEE80211_TX_RC_VHT_MCS | \
293 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_stats()
619 rate->flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_txstat_valid()
864 else if (flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_set_rate()
1058 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
1203 WARN_ON(!(gflags & IEEE80211_TX_RC_VHT_MCS)) || in minstrel_ht_update_caps()
Drate.c465 if (*rate_flags & IEEE80211_TX_RC_VHT_MCS) { in rate_idx_match_mask()
562 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) { in rate_fixup_ratelist()
613 if (rates[i].flags & IEEE80211_TX_RC_VHT_MCS) { in rate_fixup_ratelist()
Dtx.c72 if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) in ieee80211_duration()
Dcfg.c445 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in sta_set_rate_info_tx()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtx.c653 r->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mvm_hwrate_to_tx_rate()
/linux-4.4.14/include/net/
Dmac80211.h751 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c1133 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in mac80211_hwsim_tx_frame_no_nl()