summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/eeprom.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-26 19:04:34 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-04-27 20:09:17 (GMT)
commit5b75d0fca5b8cd2657fb240f2112e272a115b2f9 (patch)
treef575728550e4ecd07723545554f0f13110a34330 /drivers/net/wireless/ath/ath9k/eeprom.h
parente55537240f97635f9a7c42fac224ff80fa637624 (diff)
downloadlinux-fsl-qoriq-5b75d0fca5b8cd2657fb240f2112e272a115b2f9.tar.xz
ath9k_hw: update EEPROM data structure for AR9280
Adds read access for the 5 GHz fast clock flag 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/eeprom.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/eeprom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.h b/drivers/net/wireless/ath/ath9k/eeprom.h
index fb9c8c9..21354c1 100644
--- a/drivers/net/wireless/ath/ath9k/eeprom.h
+++ b/drivers/net/wireless/ath/ath9k/eeprom.h
@@ -300,7 +300,8 @@ struct base_eep_header {
u32 binBuildNumber;
u8 deviceType;
u8 pwdclkind;
- u8 futureBase_1[2];
+ u8 fastClk5g;
+ u8 divChain;
u8 rxGainType;
u8 dacHiPwrMode_5G;
u8 openLoopPwrCntl;