From: juhosg Date: Fri, 19 Oct 2012 19:45:15 +0000 (+0000) Subject: AA: ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e211af7433de01efa03d6770a87214ad837246b6;p=12.09%2Fopenwrt.git AA: ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR Backport of r33864. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-691gr.c b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-691gr.c index cf1a7f2..ea28d27 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-691gr.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-691gr.c @@ -87,6 +87,7 @@ static void __init tew_691gr_init(void) ARRAY_SIZE(tew_691gr_gpio_buttons), tew_691gr_gpio_buttons); + rt3883_wlan_data.disable_5ghz = 1; rt3883_register_wlan(); rt3883_eth_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII; diff --git a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c index 80f6b36..68c17a2 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c @@ -126,6 +126,7 @@ static void __init tew_692gr_init(void) ARRAY_SIZE(tew_692gr_gpio_buttons), tew_692gr_gpio_buttons); + rt3883_wlan_data.disable_5ghz = 1; rt3883_register_wlan(); mdiobus_register_board_info(tew_692gr_mdio0_info,