|
@@ -568,6 +568,7 @@ struct iwl_cfg iwl6005_2agn_cfg = {
|
|
|
.need_dc_calib = true,
|
|
|
.need_temp_offset_calib = true,
|
|
|
.led_mode = IWL_LED_RF_STATE,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6005_2abg_cfg = {
|
|
@@ -583,6 +584,7 @@ struct iwl_cfg iwl6005_2abg_cfg = {
|
|
|
.need_dc_calib = true,
|
|
|
.need_temp_offset_calib = true,
|
|
|
.led_mode = IWL_LED_RF_STATE,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6005_2bg_cfg = {
|
|
@@ -598,6 +600,7 @@ struct iwl_cfg iwl6005_2bg_cfg = {
|
|
|
.need_dc_calib = true,
|
|
|
.need_temp_offset_calib = true,
|
|
|
.led_mode = IWL_LED_RF_STATE,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6030_2agn_cfg = {
|
|
@@ -618,6 +621,7 @@ struct iwl_cfg iwl6030_2agn_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6030_2abg_cfg = {
|
|
@@ -637,6 +641,7 @@ struct iwl_cfg iwl6030_2abg_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6030_2bgn_cfg = {
|
|
@@ -657,6 +662,7 @@ struct iwl_cfg iwl6030_2bgn_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6030_2bg_cfg = {
|
|
@@ -676,6 +682,7 @@ struct iwl_cfg iwl6030_2bg_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl1030_bgn_cfg = {
|
|
@@ -696,6 +703,7 @@ struct iwl_cfg iwl1030_bgn_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl1030_bg_cfg = {
|
|
@@ -715,6 +723,7 @@ struct iwl_cfg iwl1030_bg_cfg = {
|
|
|
.adv_pm = true,
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -797,6 +806,7 @@ struct iwl_cfg iwl6150_bgn_cfg = {
|
|
|
.ht_params = &iwl6000_ht_params,
|
|
|
.need_dc_calib = true,
|
|
|
.led_mode = IWL_LED_RF_STATE,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2abg_cfg = {
|
|
@@ -846,6 +856,7 @@ struct iwl_cfg iwl130_bgn_cfg = {
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
.rx_with_siso_diversity = true,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl130_bg_cfg = {
|
|
@@ -865,6 +876,7 @@ struct iwl_cfg iwl130_bg_cfg = {
|
|
|
/* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
|
|
|
.scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
|
|
|
.rx_with_siso_diversity = true,
|
|
|
+ .use_new_eeprom_reading = true,
|
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|