diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index 0550d12e5c60..35a67cdf707c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -200,9 +200,9 @@ enum { | |||
200 | struct iwl_channel_info { | 200 | struct iwl_channel_info { |
201 | struct iwl4965_channel_tgd_info tgd; | 201 | struct iwl4965_channel_tgd_info tgd; |
202 | struct iwl4965_channel_tgh_info tgh; | 202 | struct iwl4965_channel_tgh_info tgh; |
203 | struct iwl4965_eeprom_channel eeprom; /* EEPROM regulatory limit */ | 203 | struct iwl_eeprom_channel eeprom; /* EEPROM regulatory limit */ |
204 | struct iwl4965_eeprom_channel fat_eeprom; /* EEPROM regulatory limit for | 204 | struct iwl_eeprom_channel fat_eeprom; /* EEPROM regulatory limit for |
205 | * FAT channel */ | 205 | * FAT channel */ |
206 | 206 | ||
207 | u8 channel; /* channel number */ | 207 | u8 channel; /* channel number */ |
208 | u8 flags; /* flags copied from EEPROM */ | 208 | u8 flags; /* flags copied from EEPROM */ |
@@ -1122,7 +1122,8 @@ struct iwl_priv { | |||
1122 | struct list_head ibss_mac_hash[IWL_IBSS_MAC_HASH_SIZE]; | 1122 | struct list_head ibss_mac_hash[IWL_IBSS_MAC_HASH_SIZE]; |
1123 | 1123 | ||
1124 | /* eeprom */ | 1124 | /* eeprom */ |
1125 | struct iwl4965_eeprom eeprom; | 1125 | u8 *eeprom; |
1126 | struct iwl_eeprom_calib_info *calib_info; | ||
1126 | 1127 | ||
1127 | enum ieee80211_if_types iw_mode; | 1128 | enum ieee80211_if_types iw_mode; |
1128 | 1129 | ||