mac80211: provide per-TID RX/TX MSDU counters
authorJohannes Berg <johannes.berg@intel.com>
Fri, 21 Nov 2014 13:26:31 +0000 (14:26 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Jan 2015 14:28:20 +0000 (15:28 +0100)
Implement the new counters cfg80211 can now advertise to userspace.
The TX code is in the sequence number handler, which is a bit odd,
but that place already knows the TID and frame type, so it was
easiest and least impact there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found