diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-02-19 17:05:33 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:37:13 -0500 |
commit | 9f6adf23d87ad394ed03c038409550ca37029154 (patch) | |
tree | 411befa5122d1e751199f2089ddf991f0a8d0dd1 /drivers/net/wireless/iwlwifi/iwl-3945-hw.h | |
parent | 4a9a66e9a87a8346129d557c7ec2303173318012 (diff) |
iwlwifi: remove twice defined CSR register
This patch removes twice defined CSR register. It was confusing
Signed-off-by: Tomas Winkler <tomas.winkler@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-3945-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945-hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945-hw.h b/drivers/net/wireless/iwlwifi/iwl-3945-hw.h index 571815d7e8bf..6693767adc9f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945-hw.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945-hw.h | |||
@@ -324,7 +324,6 @@ struct iwl3945_eeprom { | |||
324 | /*=== CSR (control and status registers) ===*/ | 324 | /*=== CSR (control and status registers) ===*/ |
325 | #define CSR_BASE (0x000) | 325 | #define CSR_BASE (0x000) |
326 | 326 | ||
327 | #define CSR_SW_VER (CSR_BASE+0x000) | ||
328 | #define CSR_HW_IF_CONFIG_REG (CSR_BASE+0x000) /* hardware interface config */ | 327 | #define CSR_HW_IF_CONFIG_REG (CSR_BASE+0x000) /* hardware interface config */ |
329 | #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */ | 328 | #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */ |
330 | #define CSR_INT (CSR_BASE+0x008) /* host interrupt status/ack */ | 329 | #define CSR_INT (CSR_BASE+0x008) /* host interrupt status/ack */ |