OSDN Git Service

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)
commit79c892b85027d5074dfa670dd451c14ee649fb88
treeb01b5e649d3d0256e5e84c886eda587b73ace6e1
parent6de39808cf1dd7b02bf42e7d8695d80f5eaf645d
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