aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-01-10 14:24:28 -0800
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2011-01-21 15:49:44 -0800
commit14a75766f38d44ca715d9e9ccb0a69e065e4a24e (patch)
tree8dccff44db0f07817e9cbfe192d3c2d9a64358c5
parentiwlagn: remove Gen2 from Kconfig (diff)
downloadlinux-dev-14a75766f38d44ca715d9e9ccb0a69e065e4a24e.tar.xz
linux-dev-14a75766f38d44ca715d9e9ccb0a69e065e4a24e.zip
iwlwifi: remove g2 from csr hw rev
Remove refernce of g2 and use offical number for hw rev. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-csr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h
index b80bf7dff55b..cb77c0fcf3b8 100644
--- a/drivers/net/wireless/iwlwifi/iwl-csr.h
+++ b/drivers/net/wireless/iwlwifi/iwl-csr.h
@@ -300,8 +300,9 @@
#define CSR_HW_REV_TYPE_1000 (0x0000060)
#define CSR_HW_REV_TYPE_6x00 (0x0000070)
#define CSR_HW_REV_TYPE_6x50 (0x0000080)
-#define CSR_HW_REV_TYPE_6x50g2 (0x0000084)
-#define CSR_HW_REV_TYPE_6x00g2 (0x00000B0)
+#define CSR_HW_REV_TYPE_6150 (0x0000084)
+#define CSR_HW_REV_TYPE_6x05 (0x00000B0)
+#define CSR_HW_REV_TYPE_6x30 CSR_HW_REV_TYPE_6x05
#define CSR_HW_REV_TYPE_NONE (0x00000F0)
/* EEPROM REG */