Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_RC_160_MHZ_WIDTH (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/mac80211/
Dstatus.c373 else if (info->status.rates[0].flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in ieee80211_add_tx_radiotap_header()
Drc80211_minstrel_ht.c1204 WARN_ON(gflags & IEEE80211_TX_RC_160_MHZ_WIDTH)) in minstrel_ht_update_caps()
Dcfg.c463 else if (rate->flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in sta_set_rate_info_tx()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtx.c640 r->flags |= IEEE80211_TX_RC_160_MHZ_WIDTH; in iwl_mvm_hwrate_to_tx_rate()
/linux-4.4.14/include/net/
Dmac80211.h753 IEEE80211_TX_RC_160_MHZ_WIDTH = BIT(10), enumerator