Home
last modified time | relevance | path

Searched hist:"0 a1cb80975b67e29d572b28c1621203d1d74f4d3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dsta_info.cdiff 0a1cb80975b67e29d572b28c1621203d1d74f4d3 Thu Jan 09 04:05:31 CST 2014 Johannes Berg <johannes.berg@intel.com> 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>