diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-01-09 11:05:31 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-10 09:43:34 +0100 |
commit | 0a1cb80975b67e29d572b28c1621203d1d74f4d3 (patch) | |
tree | e91a130026f180de9cc883b92c25662e2bbc70cd /net/lapb/Kconfig | |
parent | 852c0153df5082311f50c062275813905f39f56e (diff) | |
download | linux-0a1cb80975b67e29d572b28c1621203d1d74f4d3.tar.bz2 |
mac80211: fix PS-Poll driver release TID
Using ffs() for the PS-Poll release TID is wrong, it will cause
frames to be released in order 0 1 2 3 4 5 6 7 instead of the
correct 7 6 5 4 3 0 2 1. Fix this by adding a new function that
implements "highest priority TID" properly.
Reported-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/lapb/Kconfig')
0 files changed, 0 insertions, 0 deletions