iwlwifi: no need to refer to max_nrg_cck range value
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-5000.c
index 0e445a9c69298e5e20225db7303abb3edafebd69..85e8bac499a7c7f5dd6d6db6c8b4d501ff548da1 100644 (file)
@@ -388,7 +388,7 @@ void iwl5000_rts_tx_cmd_flag(struct ieee80211_tx_info *info,
 
 static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
        .min_nrg_cck = 95,
-       .max_nrg_cck = 0,
+       .max_nrg_cck = 0, /* not used, set to 0 */
        .auto_corr_min_ofdm = 90,
        .auto_corr_min_ofdm_mrc = 170,
        .auto_corr_min_ofdm_x1 = 120,
This page took 0.035232 seconds and 5 git commands to generate.