[PATCH v2 2/7] - enabled/modfied 802.11n (single 20MHz channel) for 2.4 GHz

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


Signed-off-by: Steffen Pankratz <kratz00 at gmx.de>
---
 bsp/default/root_file_system/etc/config/wireless.tpl | 1 +
 bsp/wdr4300/root_file_system/etc/config/wireless.tpl | 2 +-
 bsp/wdr4900/root_file_system/etc/config/wireless.tpl | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/bsp/default/root_file_system/etc/config/wireless.tpl b/bsp/default/root_file_system/etc/config/wireless.tpl
index 8027e8b..96f3c9f 100644
--- a/bsp/default/root_file_system/etc/config/wireless.tpl
+++ b/bsp/default/root_file_system/etc/config/wireless.tpl
@@ -3,6 +3,7 @@ config wifi-device  radio0
         option channel  ${BATMAN_CHANNEL}
         option phy      phy0
         option hwmode   11g
+        option htmode   HT20
 
 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 6f483f6..f5739e6 100644
--- a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl
+++ b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl
@@ -3,7 +3,7 @@ config wifi-device  radio0
 	option channel  ${BATMAN_CHANNEL}
 	option phy      phy0
 	option hwmode   11g
-	option htmode   HT40+
+	option htmode   HT20
 	option country  DE
 
 config wifi-iface 'w2mesh'
diff --git a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
index d6dc0f1..a78bfed 100644
--- a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
+++ b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
@@ -30,7 +30,7 @@ config wifi-device  radio1
 	option channel  ${BATMAN_CHANNEL}
 	option phy      phy1
 	option hwmode   11g
-	option htmode   HT40+
+	option htmode   HT20
 	option country  DE
 
 config wifi-iface 'w2mesh'
-- 
2.6.2




Mehr Informationen über die Mailingliste franken-dev