|
@@ -75,9 +75,8 @@ static void iwl5000_nic_config(struct iwl_priv *priv)
|
|
|
~APMG_PS_CTRL_EARLY_PWR_OFF_RESET_DIS);
|
|
|
}
|
|
|
|
|
|
-static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
|
|
|
+static const struct iwl_sensitivity_ranges iwl5000_sensitivity = {
|
|
|
.min_nrg_cck = 100,
|
|
|
- .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 = 105,
|
|
@@ -102,7 +101,6 @@ static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
|
|
|
|
|
|
static struct iwl_sensitivity_ranges iwl5150_sensitivity = {
|
|
|
.min_nrg_cck = 95,
|
|
|
- .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 = 105,
|