aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2009-08-25 23:09:40 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-28 14:40:46 -0400
commita13883b0bfcc435e4b7fbbde6334339aac8b1dc4 (patch)
tree6bafacad9aba09ed27bcc14df432cd9fddc50d75 /drivers/net/wireless/ath/ath9k/hw.h
parentb8ecd988b1670035a05035c553c08331214d6603 (diff)
ath9k: Reduce the frequency of PA offset calibration
PA calibration need not be done if the offset is not varying. The current logic does PA calibration even if the offset is the same. Signed-off-by: Sujith <Sujith.Manoharan@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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 24b30631d93e..b24150a1b4ad 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -424,6 +424,7 @@ struct ath_hw {
424 enum ath9k_power_mode power_mode; 424 enum ath9k_power_mode power_mode;
425 425
426 struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS]; 426 struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS];
427 struct ath9k_pacal_info pacal_info;
427 struct ar5416Stats stats; 428 struct ar5416Stats stats;
428 struct ath9k_tx_queue_info txq[ATH9K_NUM_TX_QUEUES]; 429 struct ath9k_tx_queue_info txq[ATH9K_NUM_TX_QUEUES];
429 430