aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSenthil Balasubramanian <senthilkumar@atheros.com>2009-09-18 05:37:03 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:40 -0400
commit63a75b912b00fbafeb54849ca3bcd0295ad68609 (patch)
tree6d7f0006efea33e4a87e58a4bdb7a45339b78392 /drivers/net/wireless/ath/ath9k/hw.h
parent1d50a69b18818b276333590d1f2c9382d292d84d (diff)
ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.
Reduce PLL Settle time and eliminate redundant PLL calls. Also reduce the LoadNF timeout from 10 msec to 250usec as the 10 msec timeout was hit with AR9285 in some cases. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 6673a8103364..773f5c405c0e 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -102,7 +102,7 @@
102#define AR_GPIO_BIT(_gpio) (1 << (_gpio)) 102#define AR_GPIO_BIT(_gpio) (1 << (_gpio))
103 103
104#define BASE_ACTIVATE_DELAY 100 104#define BASE_ACTIVATE_DELAY 100
105#define RTC_PLL_SETTLE_DELAY 1000 105#define RTC_PLL_SETTLE_DELAY 100
106#define COEF_SCALE_S 24 106#define COEF_SCALE_S 24
107#define HT40_CHANNEL_CENTER_SHIFT 10 107#define HT40_CHANNEL_CENTER_SHIFT 10
108 108