mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17510 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e5e3afbd5a
commit
3ff4f7ce16
@ -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