From 7a260c3620ec4c89c39c5eb396d64c114d3c3243 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 8 Dec 2013 14:48:30 +0000 Subject: ath9k: merge initval and tx gain table updates, calibration fixes Signed-off-by: Felix Fietkau SVN-Revision: 39001 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c | 3 +++ target/linux/generic/files/include/linux/ath9k_platform.h | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c index 03b63c9eec..a559d732d7 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c @@ -13,6 +13,7 @@ #include #include #include +#include #include @@ -153,6 +154,8 @@ static void __init wzrhpg450h_init(void) ath79_register_usb(); ap91_pci_init(ee, NULL); + ap9x_pci_get_wmac_data(0)->tx_gain_buffalo = true; + ap9x_pci_get_wmac_data(1)->tx_gain_buffalo = true; ap9x_pci_setup_wmac_led_pin(0, 15); ap9x_pci_setup_wmac_leds(0, wzrhpg450h_wmac_leds_gpio, ARRAY_SIZE(wzrhpg450h_wmac_leds_gpio)); 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; -- cgit v1.2.3