commit | 79c892b85027d5074dfa670dd451c14ee649fb88 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 21 14:26:31 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 08 15:28:20 2015 +0100 |
tree | b01b5e649d3d0256e5e84c886eda587b73ace6e1 | |
parent | 6de39808cf1dd7b02bf42e7d8695d80f5eaf645d [diff] |
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>