diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-23 20:14:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:17 -0400 |
commit | b661c8190e91c0baeebf813fec7ff8e99e155a54 (patch) | |
tree | 9b0e754ad7972e41980f6299b96b64f2b88accb4 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 91238714affef7603446207ad03a594d95d2eb9d (diff) |
iwlwifi: add iwl_hw_detect function to iwl core
This patch add iwl_hw_detect function to iwl core
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index 6df51cca2289..1ab4e2ecf79a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -1003,6 +1003,9 @@ struct iwl_priv { | |||
1003 | 1003 | ||
1004 | /* pci hardware address support */ | 1004 | /* pci hardware address support */ |
1005 | void __iomem *hw_base; | 1005 | void __iomem *hw_base; |
1006 | u32 hw_rev; | ||
1007 | u32 hw_wa_rev; | ||
1008 | u8 rev_id; | ||
1006 | 1009 | ||
1007 | /* uCode images, save to reload in case of failure */ | 1010 | /* uCode images, save to reload in case of failure */ |
1008 | struct fw_desc ucode_code; /* runtime inst */ | 1011 | struct fw_desc ucode_code; /* runtime inst */ |