git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5309ba
)
mac80211: fix per-TID RX-MSDU counter
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 23 Jan 2015 12:23:48 +0000
(13:23 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 23 Jan 2015 12:26:25 +0000
(13:26 +0100)
In the case of non-QoS association, the counter was actually
wrong. The right index isn't security_idx but seqno_idx, as
security_idx will be 0 for data frames, while 16 is needed.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found