2
0
forked from Ivasoft/openwrt

ath9k: merge initval and tx gain table updates, calibration fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39001
This commit is contained in:
Felix Fietkau
2013-12-08 14:48:30 +00:00
parent 1c1d5fac2e
commit 7a260c3620
11 changed files with 3221 additions and 111 deletions

View File

@@ -13,6 +13,7 @@
#include <linux/gpio.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/ath9k_platform.h>
#include <asm/mach-ath79/ath79.h>
@@ -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));