commit | f83f1c129a6f29830de74a47521dd68e57914579 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 22 20:55:55 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue May 05 14:21:55 2015 +0200 |
tree | f5e79cc633568c24cc3bd7f9735b60ac0e7b0d2f | |
parent | c206ca670974cefec7ac3732db5c8156e8081a8d [diff] |
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>