]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: increase U-APSD max service period length
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Tue, 4 Nov 2014 09:33:04 +0000 (11:33 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Nov 2014 12:18:22 +0000 (13:18 +0100)
commit13a8098af93e31788684c1f2682739beb93dc680
treec3fb0d118545d2180044ebe09f349b117c23e9e4
parent8ed2874715c17f27bb7b9bacbcfa41bc88a64476
mac80211: increase U-APSD max service period length

Deliver up to 128 frames during service period instead of 8 if
unlimited is specified by the client during association.
8 was just an arbitrary value; so is 128 since unlimited can
be any number.

However for large traffic bursts, increasing this value looks
reasonable. Also, it seems that a few certification tests
expect more frames to be delivered during SP.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c