]> Pileus Git - ~andy/linux/commitdiff
iwlwifi: fix 6035 device parameters
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jun 2012 19:43:28 +0000 (21:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Jun 2012 07:01:56 +0000 (09:01 +0200)
Due to commit 26a7ca9a71a ("iwlwifi: refactor EEPROM
reading/parsing") adding a new parameter, while commit
d2c8b15d0cb ("iwlwifi: use correct supported firmware
for 6035 and 6000g2") added a new device structure we
need to add the parameter to the new device structure
to make 6035 device work.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/pcie/6000.c

index cb08ba03aae7356bda3b87df3883c6283ed0792d..4a57624afc40839a6b95dce82718fb681f21145d 100644 (file)
@@ -258,6 +258,7 @@ const struct iwl_cfg iwl6030_2bg_cfg = {
        .eeprom_calib_ver = EEPROM_6030_TX_POWER_VERSION,       \
        .base_params = &iwl6000_g2_base_params,                 \
        .bt_params = &iwl6000_bt_params,                        \
+       .eeprom_params = &iwl6000_eeprom_params,                \
        .need_temp_offset_calib = true,                         \
        .led_mode = IWL_LED_RF_STATE,                           \
        .adv_pm = true