Skip to content
  • Johannes Berg's avatar
    mac80211: remove sta->tx_fragments counter · f83f1c12
    Johannes Berg authored
    
    
    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: default avatarJohannes Berg <johannes.berg@intel.com>
    f83f1c12