brcmfmac wifi: disabled roaming

This commit is contained in:
Calin Crisan 2016-11-24 18:31:21 +02:00
parent e43080bd9b
commit db812ad38d
3 changed files with 5 additions and 2 deletions

View File

@ -81,6 +81,7 @@ start() {
module=$(basename $(readlink /sys/class/net/$os_wlan/device/driver/module 2>/dev/null) 2>/dev/null) module=$(basename $(readlink /sys/class/net/$os_wlan/device/driver/module 2>/dev/null) 2>/dev/null)
iwconfig $os_wlan power off &> /dev/null iwconfig $os_wlan power off &> /dev/null
iw $os_wlan set power_save off &> /dev/null
$prog -i$os_wlan -c$conf -D$driver -B &> $log $prog -i$os_wlan -c$conf -D$driver -B &> $log
count=0 count=0
while true; do while true; do

View File

@ -1,9 +1,11 @@
# disable wifi power management # wifi
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0 options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
options mwifiex disconnect_on_suspend=0 options mwifiex disconnect_on_suspend=0
options rndis_wlan power_save=0 options rndis_wlan power_save=0
options b43 hwpctl=0 options b43 hwpctl=0
options ath6kl_core suspend_mode=1 options ath6kl_core suspend_mode=1
options brcmfmac roamoff=1
# media
options stk1160 keep_buffers=1 options stk1160 keep_buffers=1

View File

@ -1,4 +1,4 @@
os_name="motionEyeOS" os_name="motionEyeOS"
os_short_name="motioneyeos" os_short_name="motioneyeos"
os_prefix="meye" os_prefix="meye"
os_version="20161114" os_version="20161125"