Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dstatus.c372 else if (info->status.rates[0].flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in ieee80211_add_tx_radiotap_header()
Drc80211_minstrel_ht.c1198 WARN_ON(gflags & IEEE80211_TX_RC_160_MHZ_WIDTH)) in minstrel_ht_update_caps()
Dcfg.c466 else if (rate->flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in sta_set_rate_info_tx()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c592 r->flags |= IEEE80211_TX_RC_160_MHZ_WIDTH; in iwl_mvm_hwrate_to_tx_rate()
/linux-4.1.27/include/net/
Dmac80211.h732 IEEE80211_TX_RC_160_MHZ_WIDTH = BIT(10), enumerator