diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-24 14:55:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:21 -0400 |
commit | a395b92024d9b8f9403c06f9ea8d425f1883d7d8 (patch) | |
tree | f5c6c52375f0311fc76b83ca9c1b7b82904ce73a /drivers/net/wireless/iwlwifi/iwl-csr.h | |
parent | b0692f2ff308f2645a43b415393d934eb939cc6c (diff) |
iwlwifi: remove 49 prefix from general CSR values
This patch change CSR49_ to CSR_ for values used in
other HW
Signed-off-by: Tomas Winkler <tomas.winkler@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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-csr.h b/drivers/net/wireless/iwlwifi/iwl-csr.h index df9949ad3f61..f8de32b1d421 100644 --- a/drivers/net/wireless/iwlwifi/iwl-csr.h +++ b/drivers/net/wireless/iwlwifi/iwl-csr.h | |||
@@ -106,9 +106,9 @@ | |||
106 | 106 | ||
107 | /* Bits for CSR_HW_IF_CONFIG_REG */ | 107 | /* Bits for CSR_HW_IF_CONFIG_REG */ |
108 | #define CSR49_HW_IF_CONFIG_REG_BIT_4965_R (0x00000010) | 108 | #define CSR49_HW_IF_CONFIG_REG_BIT_4965_R (0x00000010) |
109 | #define CSR49_HW_IF_CONFIG_REG_MSK_BOARD_VER (0x00000C00) | 109 | #define CSR_HW_IF_CONFIG_REG_MSK_BOARD_VER (0x00000C00) |
110 | #define CSR49_HW_IF_CONFIG_REG_BIT_MAC_SI (0x00000100) | 110 | #define CSR_HW_IF_CONFIG_REG_BIT_MAC_SI (0x00000100) |
111 | #define CSR49_HW_IF_CONFIG_REG_BIT_RADIO_SI (0x00000200) | 111 | #define CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI (0x00000200) |
112 | 112 | ||
113 | #define CSR39_HW_IF_CONFIG_REG_BIT_3945_MB (0x00000100) | 113 | #define CSR39_HW_IF_CONFIG_REG_BIT_3945_MB (0x00000100) |
114 | #define CSR39_HW_IF_CONFIG_REG_BIT_3945_MM (0x00000200) | 114 | #define CSR39_HW_IF_CONFIG_REG_BIT_3945_MM (0x00000200) |