commit | 3d6dc3431e944cf800637404167447f4badffdba | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 23 13:23:48 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 23 13:26:25 2015 +0100 |
tree | 99faf03a01db2cf0e5a8d15da0f244decefcd384 | |
parent | c5309ba78742483514b8f7e447ebe56685894298 [diff] |
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 <johannes.berg@intel.com>