diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-08 14:48:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-08 14:48:30 +0000 |
commit | 685ead7c3093dc0f64155f0dbd494e25dfb27e3e (patch) | |
tree | 662762976cb7c651bdc3afca86220040f98233e1 /target/linux/generic/files | |
parent | 5e295c6edccb61d74f2d83488df7f04e57ca029e (diff) |
ath9k: merge initval and tx gain table updates, calibration fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39001 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r-- | target/linux/generic/files/include/linux/ath9k_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/ath9k_platform.h b/target/linux/generic/files/include/linux/ath9k_platform.h index a0b7531fdb..3498780e3c 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -33,6 +33,7 @@ struct ath9k_platform_data { bool endian_check; bool is_clk_25mhz; + bool tx_gain_buffalo; bool disable_2ghz; bool disable_5ghz; |