[PATCH v2 1/7] - fixed hardware mode, there is neither 11ng nor 11na

Steffen Pankratz kratz00 at gmx.de
So Nov 15 14:05:04 CET 2015


Signed-off-by: Steffen Pankratz <kratz00 at gmx.de>
---
 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 a68763e..8027e8b 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 7b51183..6f483f6 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 b223f5c..d6dc0f1 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
 
-- 
2.6.2




Mehr Informationen über die Mailingliste franken-dev