diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-04-05 12:41:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-07 15:51:36 -0400 |
commit | 1fc352765fb461e4afafff4d650624df8ab6b6d6 (patch) | |
tree | ee9e31cb30376ad39fbe199afe2c7a7e0e2ac04f /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 35b1d92dfb361d24664381a0e4ae8ed47c771a66 (diff) |
iwlagn: remove bootstrap code
Only 4965 had a bootstrap microcode image, so
the agn driver can completely ignore that and
we can remove some code from it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 8dc209a341aa..b3af2e8afc0a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -641,7 +641,6 @@ struct iwl_hw_params { | |||
641 | u8 max_beacon_itrvl; /* in 1024 ms */ | 641 | u8 max_beacon_itrvl; /* in 1024 ms */ |
642 | u32 max_inst_size; | 642 | u32 max_inst_size; |
643 | u32 max_data_size; | 643 | u32 max_data_size; |
644 | u32 max_bsm_size; | ||
645 | u32 ct_kill_threshold; /* value in hw-dependent units */ | 644 | u32 ct_kill_threshold; /* value in hw-dependent units */ |
646 | u32 ct_kill_exit_threshold; /* value in hw-dependent units */ | 645 | u32 ct_kill_exit_threshold; /* value in hw-dependent units */ |
647 | /* for 1000, 6000 series and up */ | 646 | /* for 1000, 6000 series and up */ |
@@ -1263,7 +1262,6 @@ struct iwl_priv { | |||
1263 | struct fw_desc ucode_data_backup; /* runtime data save/restore */ | 1262 | struct fw_desc ucode_data_backup; /* runtime data save/restore */ |
1264 | struct fw_desc ucode_init; /* initialization inst */ | 1263 | struct fw_desc ucode_init; /* initialization inst */ |
1265 | struct fw_desc ucode_init_data; /* initialization data */ | 1264 | struct fw_desc ucode_init_data; /* initialization data */ |
1266 | struct fw_desc ucode_boot; /* bootstrap inst */ | ||
1267 | enum ucode_type ucode_type; | 1265 | enum ucode_type ucode_type; |
1268 | u8 ucode_write_complete; /* the image write is complete */ | 1266 | u8 ucode_write_complete; /* the image write is complete */ |
1269 | char firmware_name[25]; | 1267 | char firmware_name[25]; |