diff options
author | Jay Sternberg <jay.e.sternberg@linux.intel.com> | 2009-03-06 16:52:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:36 -0400 |
commit | 77dcb6a9526b1e0d159a9300e512c7271bff3163 (patch) | |
tree | 0cc02a384590267b3dff45ed165ed061cc22ce17 /drivers/net/wireless/iwlwifi/iwl-csr.h | |
parent | 8337031ef393c8c4f9a25049fd4edd32c9911edc (diff) |
iwlwifi: correct device name for 1000 series
device name was changed from 100 to 1000
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-csr.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-csr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h index 5028c781275b..2f1242447b3b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-csr.h +++ b/drivers/net/wireless/iwlwifi/iwl-csr.h | |||
@@ -211,7 +211,7 @@ | |||
211 | #define CSR_HW_REV_TYPE_5350 (0x0000030) | 211 | #define CSR_HW_REV_TYPE_5350 (0x0000030) |
212 | #define CSR_HW_REV_TYPE_5100 (0x0000050) | 212 | #define CSR_HW_REV_TYPE_5100 (0x0000050) |
213 | #define CSR_HW_REV_TYPE_5150 (0x0000040) | 213 | #define CSR_HW_REV_TYPE_5150 (0x0000040) |
214 | #define CSR_HW_REV_TYPE_100 (0x0000060) | 214 | #define CSR_HW_REV_TYPE_1000 (0x0000060) |
215 | #define CSR_HW_REV_TYPE_6x00 (0x0000070) | 215 | #define CSR_HW_REV_TYPE_6x00 (0x0000070) |
216 | #define CSR_HW_REV_TYPE_6x50 (0x0000080) | 216 | #define CSR_HW_REV_TYPE_6x50 (0x0000080) |
217 | #define CSR_HW_REV_TYPE_NONE (0x00000F0) | 217 | #define CSR_HW_REV_TYPE_NONE (0x00000F0) |