diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-26 15:04:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-27 16:09:18 -0400 |
commit | 597a94b340f98bf4596ef59e938875afaa1815d6 (patch) | |
tree | 2c9ccb53c907ccd97465c414655c38ce735f3555 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 7f9f3600695bf68d11cdcf278d39f02eaadc3a00 (diff) |
ath9k_hw: use the configured power limit for AR9003
Since the new AR9003 EEPROM code does tune the card for the configured
tx power level, we need to fill in the correct power limits in the TPC
part of the DMA descriptor.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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.h | 1 |
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 bc682da28b2a..77245dff5993 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -719,6 +719,7 @@ struct ath_hw { | |||
719 | u32 *addac5416_21; | 719 | u32 *addac5416_21; |
720 | u32 *bank6Temp; | 720 | u32 *bank6Temp; |
721 | 721 | ||
722 | u8 txpower_limit; | ||
722 | int16_t txpower_indexoffset; | 723 | int16_t txpower_indexoffset; |
723 | int coverage_class; | 724 | int coverage_class; |
724 | u32 beacon_interval; | 725 | u32 beacon_interval; |