]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64b6759b7093f803c522702dea77101b90a46c41
treef5e79cc633568c24cc3bd7f9735b60ac0e7b0d2f
parent94fa994eedb280f43d133f03d3badd930f6dec46
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