Searched refs:_bw (Results 1 – 5 of 5) sorted by relevance
627 #define BW_TO_RSSI_THRESHOLDS(_bw) \ argument628 [IWL_PHY_CHANNEL_MODE ## _bw] = { \629 .low = IWL_MVM_LOW_RSSI_THRESH_##_bw##MHZ, \630 .high = IWL_MVM_HIGH_RSSI_THRESH_##_bw##MHZ \
1571 enum nl80211_channel_type _bw) in carl9170_set_channel() argument1581 bw = nl80211_to_carl(_bw); in carl9170_set_channel()1706 err = carl9170_set_channel(ar, channel, _bw); in carl9170_set_channel()
669 #define RSSI_THRESHOLD(_low, _bw) \ in iwl_mld_get_emlsr_rssi_thresh() argument670 (_low) ? IWL_MLD_LOW_RSSI_THRESH_##_bw##MHZ \ in iwl_mld_get_emlsr_rssi_thresh()671 : IWL_MLD_HIGH_RSSI_THRESH_##_bw##MHZ in iwl_mld_get_emlsr_rssi_thresh()
1398 #define SET_EHT_MAX_NSS(_bw, _val) do { \ in mt7996_init_eht_caps() argument1399 eht_nss->bw._##_bw.rx_tx_mcs9_max_nss = _val; \ in mt7996_init_eht_caps()1400 eht_nss->bw._##_bw.rx_tx_mcs11_max_nss = _val; \ in mt7996_init_eht_caps()1401 eht_nss->bw._##_bw.rx_tx_mcs13_max_nss = _val; \ in mt7996_init_eht_caps()
2627 #define C(_bw) case IEEE80211_STA_RX_BW_##_bw: bw = _bw; break in mac80211_hwsim_sta_rc_update() argument
Completed in 30 milliseconds