wifi: correct configuration of acs settings

This commit is contained in:
Sukru Senli 2015-10-27 10:45:59 +01:00
parent d3a082b03a
commit 80a4c9b258

View file

@ -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() {