diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-10-14 15:54:45 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-08 15:53:54 -0500 |
commit | 8c3d11617d61c0b69e029fd4087370bc8cb2218d (patch) | |
tree | 118631aa0e80d399f5ad81fbb6305fea3f7d38b1 /drivers | |
parent | 5510697515fad6fe53d1f845ce21a13900339d82 (diff) |
iwlwifi: HW rev for 105 and 135 series
Set the HW rev. for both 105 and 135 series
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')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-csr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h index b9f3267e720c..fbc3095c7b44 100644 --- a/drivers/net/wireless/iwlwifi/iwl-csr.h +++ b/drivers/net/wireless/iwlwifi/iwl-csr.h | |||
@@ -284,8 +284,8 @@ | |||
284 | #define CSR_HW_REV_TYPE_6x35 CSR_HW_REV_TYPE_6x05 | 284 | #define CSR_HW_REV_TYPE_6x35 CSR_HW_REV_TYPE_6x05 |
285 | #define CSR_HW_REV_TYPE_2x30 (0x00000C0) | 285 | #define CSR_HW_REV_TYPE_2x30 (0x00000C0) |
286 | #define CSR_HW_REV_TYPE_2x00 (0x0000100) | 286 | #define CSR_HW_REV_TYPE_2x00 (0x0000100) |
287 | #define CSR_HW_REV_TYPE_200 (0x0000110) | 287 | #define CSR_HW_REV_TYPE_105 (0x0000110) |
288 | #define CSR_HW_REV_TYPE_230 (0x0000120) | 288 | #define CSR_HW_REV_TYPE_135 (0x0000120) |
289 | #define CSR_HW_REV_TYPE_NONE (0x00001F0) | 289 | #define CSR_HW_REV_TYPE_NONE (0x00001F0) |
290 | 290 | ||
291 | /* EEPROM REG */ | 291 | /* EEPROM REG */ |