diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:57:26 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:10 -0500 |
commit | 2660b81a378ab227b78c4cc618453fa7e19a7c7b (patch) | |
tree | ea305af43f0e27c86538fecce6c9a4e0151dbc78 /drivers/net/wireless/ath9k/phy.h | |
parent | f74df6fbe31561091bf42be0ed30232be2b9d3ac (diff) |
ath9k: Remove all the useless ah_ variable prefixes
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/phy.h')
-rw-r--r-- | drivers/net/wireless/ath9k/phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/phy.h b/drivers/net/wireless/ath9k/phy.h index 71a7f5af7004..837a598a7ae5 100644 --- a/drivers/net/wireless/ath9k/phy.h +++ b/drivers/net/wireless/ath9k/phy.h | |||
@@ -533,7 +533,7 @@ bool ath9k_hw_init_rf(struct ath_hw *ah, | |||
533 | #define ATH9K_KEY_XOR 0xaa | 533 | #define ATH9K_KEY_XOR 0xaa |
534 | 534 | ||
535 | #define ATH9K_IS_MIC_ENABLED(ah) \ | 535 | #define ATH9K_IS_MIC_ENABLED(ah) \ |
536 | ((ah)->ah_staId1Defaults & AR_STA_ID1_CRPT_MIC_ENABLE) | 536 | ((ah)->sta_id1_defaults & AR_STA_ID1_CRPT_MIC_ENABLE) |
537 | 537 | ||
538 | #define ANTSWAP_AB 0x0001 | 538 | #define ANTSWAP_AB 0x0001 |
539 | #define REDUCE_CHAIN_0 0x00000050 | 539 | #define REDUCE_CHAIN_0 0x00000050 |