mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
brcmfmac wifi: disabled roaming
This commit is contained in:
parent
e43080bd9b
commit
db812ad38d
@ -81,6 +81,7 @@ start() {
|
||||
module=$(basename $(readlink /sys/class/net/$os_wlan/device/driver/module 2>/dev/null) 2>/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
|
||||
count=0
|
||||
while true; do
|
||||
|
@ -1,9 +1,11 @@
|
||||
# disable wifi power management
|
||||
# wifi
|
||||
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
|
||||
options mwifiex disconnect_on_suspend=0
|
||||
options rndis_wlan power_save=0
|
||||
options b43 hwpctl=0
|
||||
options ath6kl_core suspend_mode=1
|
||||
options brcmfmac roamoff=1
|
||||
|
||||
# media
|
||||
options stk1160 keep_buffers=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
os_name="motionEyeOS"
|
||||
os_short_name="motioneyeos"
|
||||
os_prefix="meye"
|
||||
os_version="20161114"
|
||||
os_version="20161125"
|
||||
|
Loading…
x
Reference in New Issue
Block a user