]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e52fa73006b03d62845547a29fee73bab7927a8
treeb01b5e649d3d0256e5e84c886eda587b73ace6e1
parentcbde75b69a2bb48a6a7f97ebb8d944a3822f45b9
mac80211: provide per-TID RX/TX MSDU counters

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>
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/status.c
net/mac80211/tx.c