Skip to content
Commit c206ca67 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS



Since these counters can only be read through debugfs, there's
very little point in maintaining them all the time. However,
even just making them depend on debugfs is pointless - they're
not normally used. Additionally a number of them aren't even
concurrency safe.

Move them under MAC80211_DEBUG_COUNTERS so they're normally
not even compiled in.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f1160434
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment