mac80211: allow drivers to set default uAPSD parameters
commit219c38674c262378ec411dd8318ebfd199fbce8d
authorAlexander Bondar <alexander.bondar@intel.com>
Tue, 22 Jan 2013 14:52:23 +0000 (22 16:52 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Mar 2013 13:43:05 +0000 (25 14:43 +0100)
treeebe6f4a191c5ddf4286b195a35e709bf1228af7f
parentc3ffeab4345830aadfc78444933754330f1339e7
mac80211: allow drivers to set default uAPSD parameters

mac80211 currently sets uAPSD parameters to have VO AC trigger-
and delivery-enabled, with maximum service period length.

Allow drivers to change these default settings since different
uAPSD client implementations may handle errors differently and
be able to recover from some errors.

Note: some APs may not function correctly if one or all ACs are
trigger- and delivery-enabled, see
http://thread.gmane.org/gmane.linux.kernel.wireless.general/93577.
We retested with this AP and later firmware doesn't have this
bug any more.

Signed-off-by: Alexander Bondar <alexander.bondar@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/main.c
net/mac80211/mlme.c