mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones
SVN-Revision: 17510
This commit is contained in:
parent
ff8d3f63b1
commit
8691bbb699
@ -214,6 +214,9 @@ enable_atheros() {
|
||||
;;
|
||||
esac
|
||||
|
||||
config_get_bool uapsd "$vif" uapsd 0
|
||||
iwpriv "$ifname" uapsd "$uapsd"
|
||||
|
||||
config_get_bool bgscan "$vif" bgscan
|
||||
[ -n "$bgscan" ] && iwpriv "$ifname" bgscan "$bgscan"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user