From: Johannes Berg Date: Fri, 23 Jan 2015 12:23:48 +0000 (+0100) Subject: mac80211: fix per-TID RX-MSDU counter X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~69^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6dc3431e944cf800637404167447f4badffdba;p=pandora-kernel.git mac80211: fix per-TID RX-MSDU counter 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 --- Reading git-diff-tree failed