]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a2cd6e2706632ce045e42277edffb1d471fd7b7
tree43e22cfdcdda1c832350f031460418972f226866
parente141597eec538a143a9ed0a6f3e7151cd2cbb156
mac80211: remove TX latency measurement code

Revert commit e55fdeec1ec0 ("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