Skip to content

Commit

Permalink
brcmfmac wifi: disabled roaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Nov 24, 2016
1 parent e43080b commit db812ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions board/common/overlay/etc/init.d/S35wifi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion board/common/overlay/etc/modprobe.d/modprobe.conf
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion board/common/overlay/etc/version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os_name="motionEyeOS"
os_short_name="motioneyeos"
os_prefix="meye"
os_version="20161114"
os_version="20161125"

0 comments on commit db812ad

Please sign in to comment.