projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513eb27
)
wireless: include noscan option in common wdev vars
author
Daniel Golle
<daniel@makrotopia.org>
Fri, 20 Apr 2018 05:27:16 +0000
(07:27 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 20 Apr 2018 05:27:16 +0000
(07:27 +0200)
'noscan' can be passed down to wpa_supplicant to enforce channel
settings in mesh mode. Allow hostapd.sh to take care of it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
scripts/netifd-wireless.sh
patch
|
blob
|
history
diff --git
a/scripts/netifd-wireless.sh
b/scripts/netifd-wireless.sh
index 106c49d2b6d89ef6c5ea0e8d47a23e8fe56c6389..8816bff80abf235519309d2a1425a19e2cdaffd7 100644
(file)
--- a/
scripts/netifd-wireless.sh
+++ b/
scripts/netifd-wireless.sh
@@
-291,7
+291,7
@@
for_each_interface() {
}
_wdev_common_device_config() {
- config_add_string channel hwmode htmode
+ config_add_string channel hwmode htmode
noscan
}
_wdev_common_iface_config() {