mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifi: correct configuration of acs settings
This commit is contained in:
parent
d3a082b03a
commit
80a4c9b258
1 changed files with 5 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ wlmngr_startServices() {
|
|||
# wlmngr_SSDCtrl(){
|
||||
# killall -q -15 ssd 2>/dev/null
|
||||
# if [ "$(enableSSD)" == "TRUE" ]; then
|
||||
# /bin/ssd&
|
||||
# ssd&
|
||||
# fi
|
||||
# }
|
||||
}
|
||||
|
|
@ -278,7 +278,10 @@ wlmngr_issueServiceCmd() {
|
|||
}
|
||||
|
||||
wlmngr_HspotCtrl() {
|
||||
return
|
||||
killall -q -15 hspotap 2>/dev/null
|
||||
if [ "$(enableHspot)" == "TRUE" ]; then
|
||||
hspotap&
|
||||
fi
|
||||
}
|
||||
|
||||
wlmngr_postStart() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue