diff options
author | Jay Sternberg <jay.e.sternberg@linux.intel.com> | 2009-01-29 11:09:11 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-09 15:03:41 -0500 |
commit | 2264596d6d0a5c1e569af809625c11f8f2d89435 (patch) | |
tree | 57c46296d810d75838586588e8a7e7c09a1db64b | |
parent | c4e3a5844812dd5bf03282e021175d55d608f594 (diff) | |
download | kernel-crypto-2264596d6d0a5c1e569af809625c11f8f2d89435.tar.gz kernel-crypto-2264596d6d0a5c1e569af809625c11f8f2d89435.tar.xz kernel-crypto-2264596d6d0a5c1e569af809625c11f8f2d89435.zip |
iwlwifi: add new HW_REV_TYPEs for Intel WiFi Link 100, 6000 and 6050 Series
simply add definitions for the HW_REV_TYPEs for the new devices.
Signed-off-by: Jay Sternberg <jay.e.sternberg@linux.intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-csr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h index 74d3d43fa67..5028c781275 100644 --- a/drivers/net/wireless/iwlwifi/iwl-csr.h +++ b/drivers/net/wireless/iwlwifi/iwl-csr.h @@ -211,6 +211,9 @@ #define CSR_HW_REV_TYPE_5350 (0x0000030) #define CSR_HW_REV_TYPE_5100 (0x0000050) #define CSR_HW_REV_TYPE_5150 (0x0000040) +#define CSR_HW_REV_TYPE_100 (0x0000060) +#define CSR_HW_REV_TYPE_6x00 (0x0000070) +#define CSR_HW_REV_TYPE_6x50 (0x0000080) #define CSR_HW_REV_TYPE_NONE (0x00000F0) /* EEPROM REG */ |