mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +02:00
ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23875 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00444a849c
commit
6f13c00b0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user