diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-24 14:55:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:25 -0400 |
commit | fcf623df17197adf10e22ddeba90c56504edce0f (patch) | |
tree | 8fbb8852661a18450d96656cc5863e778887a0f2 | |
parent | 1179f18df9fa3449ae6011042df50d9b9b012814 (diff) |
iwlwifi-5000: Add HW REV of 5000 HW family
This patch adds values fo CSR_HW_REV for 5000 HW family
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-csr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h index f8de32b1d42..9d6e5d2072d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-csr.h +++ b/drivers/net/wireless/iwlwifi/iwl-csr.h | |||
@@ -198,6 +198,11 @@ | |||
198 | #define CSR_HW_REV_TYPE_MSK (0x00000F0) | 198 | #define CSR_HW_REV_TYPE_MSK (0x00000F0) |
199 | #define CSR_HW_REV_TYPE_3945 (0x00000D0) | 199 | #define CSR_HW_REV_TYPE_3945 (0x00000D0) |
200 | #define CSR_HW_REV_TYPE_4965 (0x0000000) | 200 | #define CSR_HW_REV_TYPE_4965 (0x0000000) |
201 | #define CSR_HW_REV_TYPE_5300 (0x0000020) | ||
202 | #define CSR_HW_REV_TYPE_5350 (0x0000030) | ||
203 | #define CSR_HW_REV_TYPE_5100 (0x0000050) | ||
204 | #define CSR_HW_REV_TYPE_5150 (0x0000040) | ||
205 | #define CSR_HW_REV_TYPE_NONE (0x00000F0) | ||
201 | 206 | ||
202 | /* EEPROM REG */ | 207 | /* EEPROM REG */ |
203 | #define CSR_EEPROM_REG_READ_VALID_MSK (0x00000001) | 208 | #define CSR_EEPROM_REG_READ_VALID_MSK (0x00000001) |