[PATCH 1/1] - 'hidden = 1' does not make sense for ad-hoc networks, they need the SSID to be visible for cell merging to function properly

Steffen Pankratz kratz00 at gmx.de
Fr Dez 11 18:26:36 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, 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 d7f3e82..291eed1 100644
--- a/bsp/default/root_file_system/etc/config/wireless.tpl
+++ b/bsp/default/root_file_system/etc/config/wireless.tpl
@@ -15,7 +15,6 @@ config wifi-iface
     option ssid       '${ESSID_MESH}'
     option mcast_rate 6000
     option encryption none
-    option hidden     1
 
 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 399f543..c45073f 100644
--- a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl
+++ b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl
@@ -15,7 +15,6 @@ config wifi-iface w2mesh
     option ssid       '${ESSID_MESH}'
     option mcast_rate 6000
     option encryption none
-    option hidden     1
 
 config wifi-iface w2ap
     option device     radio0
@@ -42,7 +41,6 @@ config wifi-iface w5mesh
     option ssid       '${ESSID_MESH}'
     option mcast_rate 6000
     option encryption none
-    option hidden     1
 
 config wifi-iface w5ap
     option device     radio1
diff --git a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
index e1e9fb3..5be28f2 100644
--- a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
+++ b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl
@@ -15,7 +15,6 @@ config wifi-iface w5mesh
     option ssid       '${ESSID_MESH}'
     option mcast_rate 6000
     option encryption none
-    option hidden     1
 
 config wifi-iface w5ap
     option device     radio0
@@ -42,7 +41,6 @@ config wifi-iface w2mesh
     option ssid       '${ESSID_MESH}'
     option mcast_rate 6000
     option encryption none
-    option hidden     1
 
 config wifi-iface w2ap
     option device     radio1
-- 
2.6.3




Mehr Informationen über die Mailingliste franken-dev