• J
    mac80211: remove key TX/RX counter · 77c96404
    Johannes Berg 提交于
    This counter is inherently racy (since it can be incremented by RX
    as well as by concurrent TX) and only available in debugfs. Instead
    of fixing it to be per-CPU or similar, remove it for now. If needed
    it should be added without races and with proper nl80211, perhaps
    even addressing the threshold reporting TODO item that's been there
    since the code was originally added.
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    77c96404
rx.c 101.6 KB