diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-12 00:33:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-14 15:39:32 -0400 |
commit | 4935250ac14d9aac7d98411bdead2e33a9fadeac (patch) | |
tree | d8f61d8413cd8ec5f08312118e0f6e19be9407f8 /drivers/net/wireless/ath/ath9k/eeprom.h | |
parent | ab33449895a6690a3e5fcfa8391fdeb1be65c320 (diff) | |
download | talos-obmc-linux-4935250ac14d9aac7d98411bdead2e33a9fadeac.tar.gz talos-obmc-linux-4935250ac14d9aac7d98411bdead2e33a9fadeac.zip |
ath9k_hw: add support for parsing PA predistortion related EEPROM fields
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.h | 3 |
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 7da7d73c0847..bdd8aa054b80 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h @@ -263,7 +263,8 @@ enum eeprom_param { EEP_PWR_TABLE_OFFSET, EEP_DRIVE_STRENGTH, EEP_INTERNAL_REGULATOR, - EEP_SWREG + EEP_SWREG, + EEP_PAPRD, }; enum ar5416_rates { |