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
owl
Felix Fietkau 2009-09-03 19:31:48 +00:00
parent ff8d3f63b1
commit 8691bbb699
1 changed files with 3 additions and 0 deletions

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"