aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-04 18:39:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-04 18:39:49 +0000
commitfc28e1cd7d85db3bead0fdac5f7b0a0ce5b443f9 (patch)
tree053287ae71e9cff672b3106850f8f2c10f52704e /target
parent8886f1bb8a64ee2ecd2be40fff6ec2d13aa2a392 (diff)
downloadupstream-fc28e1cd7d85db3bead0fdac5f7b0a0ce5b443f9.tar.gz
upstream-fc28e1cd7d85db3bead0fdac5f7b0a0ce5b443f9.tar.bz2
upstream-fc28e1cd7d85db3bead0fdac5f7b0a0ce5b443f9.zip
ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
SVN-Revision: 23875
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/dev-ap94-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/dev-ap94-pci.c b/target/linux/ar71xx/files/arch/mips/ar71xx/dev-ap94-pci.c
index 1fd40bb628..4919a53869 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/dev-ap94-pci.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/dev-ap94-pci.c
@@ -61,7 +61,7 @@ void __init ap94_pci_enable_quirk_wndr3700(void)
ap94_wmac0_data.led_pin = 5;
ap94_wmac0_data.gpio_mask = (0xf << 6);
/* 2.4 GHz uses the first fixed antenna group (0, 1, 0, 1) */
- ap94_wmac0_data.gpio_val = (5 << 6);
+ ap94_wmac0_data.gpio_val = (10 << 6);
ap94_wmac1_data.led_pin = 5;
ap94_wmac1_data.gpio_mask = (0xf << 6);