diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-10-19 08:33:34 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 21:50:36 +0100 |
commit | c75724d1747230abdd37d0594ac5277b867befd4 (patch) | |
tree | 76ba22226b25c46ed01016f33ce72b793d7ec3cf /drivers/net/wireless/ath/ath9k/reg.h | |
parent | ath9k_hw: update register initialization/reset values for ar9271 (diff) | |
download | linux-c75724d1747230abdd37d0594ac5277b867befd4.tar.xz linux-c75724d1747230abdd37d0594ac5277b867befd4.zip |
ath9k_hw: change the way we initialize the pll for ar9271
We adjust the core clock for ar9271 to 117 MHz; this also
requires us to adjust the baud divider based on the targetted
baud rate.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/reg.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h index ceed0095efac..061e12ce0b24 100644 --- a/drivers/net/wireless/ath/ath9k/reg.h +++ b/drivers/net/wireless/ath/ath9k/reg.h @@ -1704,4 +1704,7 @@ enum { #define AR_KEYTABLE_MAC0(_n) (AR_KEYTABLE(_n) + 24) #define AR_KEYTABLE_MAC1(_n) (AR_KEYTABLE(_n) + 28) +#define AR9271_CORE_CLOCK 117 /* clock to 117Mhz */ +#define AR9271_TARGET_BAUD_RATE 19200 /* 115200 */ + #endif |