Lines Matching +full:400 +full:mhz
441 int mhz = nl80211_chan_width_to_mhz(chan_width); in iwl_mvm_get_puncturing_factor() local
444 if (WARN_ONCE(mhz < 20 || mhz > 320, in iwl_mvm_get_puncturing_factor()
445 "Invalid channel width : (%d)\n", mhz)) in iwl_mvm_get_puncturing_factor()
449 if (mhz < 80) in iwl_mvm_get_puncturing_factor()
453 n_subchannels = mhz / 20; in iwl_mvm_get_puncturing_factor()
629 .low = IWL_MVM_LOW_RSSI_THRESH_##_bw##MHZ, \
630 .high = IWL_MVM_HIGH_RSSI_THRESH_##_bw##MHZ \
642 /* 320 MHz has the same thresholds as 20 MHz */ in iwl_mvm_get_esr_rssi_thresh()
652 /* 6 GHz will always use 20 MHz thresholds, regardless of the BW */ in iwl_mvm_get_esr_rssi_thresh()
880 #define IWL_MVM_PREVENT_ESR_TIMEOUT (HZ * 400)
900 * Reset the counter if more than 400 seconds have passed between one in iwl_mvm_check_esr_prevention()