mac80211: remove TX latency measurement code
authorJohannes Berg <johannes.berg@intel.com>
Wed, 25 Feb 2015 09:03:25 +0000 (10:03 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Sat, 28 Feb 2015 20:31:11 +0000 (21:31 +0100)
commitabfbc3af57b1b92ff976ce7f1c776c169d14ed8a
tree43e22cfdcdda1c832350f031460418972f226866
parent31f909a2c0abfc1a1a76b2981d28ac85d33210e7
mac80211: remove TX latency measurement code

Revert commit ad38bfc916da ("mac80211: Tx frame latency statistics")
(along with some follow-up fixes).

This code turned out not to be as useful in the current form as we
thought, and we've internally hacked it up more, but that's not
very suitable for upstream (for now), and we might just do that
with tracing instead.

Therefore, for now at least, remove this code. We might also need
to use the skb->tstamp field for the TCP performance issue, which
is more important than the debugging.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs.c
net/mac80211/debugfs_sta.c
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/status.c
net/mac80211/tx.c