mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33864
This commit is contained in:
parent
95b5c68007
commit
b530d9d2b3
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user