diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 14:48:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 14:48:30 +0000 |
commit | 7a260c3620ec4c89c39c5eb396d64c114d3c3243 (patch) | |
tree | 1cdcbdfd0813c7a53cef58a8a71b169c0de0bbdc /target/linux/generic/files/include | |
parent | 1c1d5fac2e9759b50744e09a1f09ab2f9ddab882 (diff) | |
download | upstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.gz upstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.bz2 upstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.zip |
ath9k: merge initval and tx gain table updates, calibration fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39001
Diffstat (limited to 'target/linux/generic/files/include')
-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; |