From ac66f886a27be18e2169f2a082c0faf2d6eb1d79 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sun, 15 Nov 2015 12:14:41 +0100 Subject: [PATCH] - fixed hardware mode, there is neither 11ng nor 11na Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer Reviewed-by: Michael Fritscher --- bsp/default/root_file_system/etc/config/wireless.tpl | 2 +- bsp/wdr4300/root_file_system/etc/config/wireless.tpl | 4 ++-- bsp/wdr4900/root_file_system/etc/config/wireless.tpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bsp/default/root_file_system/etc/config/wireless.tpl b/bsp/default/root_file_system/etc/config/wireless.tpl index a68763e1..8027e8b7 100644 --- a/bsp/default/root_file_system/etc/config/wireless.tpl +++ b/bsp/default/root_file_system/etc/config/wireless.tpl @@ -2,7 +2,7 @@ config wifi-device radio0 option type mac80211 option channel ${BATMAN_CHANNEL} option phy phy0 - option hwmode 11ng + option hwmode 11g config wifi-iface option device radio0 diff --git a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl index 7b511831..6f483f61 100644 --- a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl +++ b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl @@ -2,7 +2,7 @@ config wifi-device radio0 option type mac80211 option channel ${BATMAN_CHANNEL} option phy phy0 - option hwmode 11ng + option hwmode 11g option htmode HT40+ option country DE @@ -29,7 +29,7 @@ config wifi-device radio1 option type mac80211 option channel ${BATMAN_CHANNEL_5GHZ} option phy phy1 - option hwmode 11na + option hwmode 11a option htmode HT40+ option country DE diff --git a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl index b223f5c4..d6dc0f1a 100644 --- a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl +++ b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl @@ -2,7 +2,7 @@ config wifi-device radio0 option type mac80211 option channel ${BATMAN_CHANNEL_5GHZ} option phy phy0 - option hwmode 11na + option hwmode 11a option htmode HT40+ option country DE @@ -29,7 +29,7 @@ config wifi-device radio1 option type mac80211 option channel ${BATMAN_CHANNEL} option phy phy1 - option hwmode 11ng + option hwmode 11g option htmode HT40+ option country DE