mac80211: remove sta->tx_fragments counter
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 18:55:55 +0000 (20:55 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2015 12:21:55 +0000 (14:21 +0200)
commitf83f1c129a6f29830de74a47521dd68e57914579
treef5e79cc633568c24cc3bd7f9735b60ac0e7b0d2f
parentc206ca670974cefec7ac3732db5c8156e8081a8d
mac80211: remove sta->tx_fragments counter

This counter is unsafe with concurrent TX and is only exposed
through debugfs and ethtool. Instead of trying to fix it just
remove it for now, if it's really needed then it should be
exposed through nl80211 and in a way that drivers that do the
fragmentation in the device could support it as well.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_sta.c
net/mac80211/ethtool.c
net/mac80211/sta_info.h
net/mac80211/tx.c
This page took 0.032569 seconds and 5 git commands to generate.