bsp/*/config/wireless: remove hidden parameter

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

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
Reveiwed-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Steffen Pankratz 2015-12-11 18:26:36 +01:00 committed by Tim Niemeyer
parent ff6e92b7b1
commit 4e9d081658
3 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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