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:
Felix Fietkau 2009-09-03 19:31:48 +00:00
parent ff8d3f63b1
commit 8691bbb699

View File

@ -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"