Skip to content
Commit 7f3ad894 authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG



Make "decrypt failed" and "have no key" debugging messages compile
conditionally upon CONFIG_MAC80211_DEBUG.  They have been useful for
finding certain problems in the past, but in many cases they just
clutter a user's logs.

A typical example is an enviornment where multiple SSIDs are using a
single BSSID but with different protection schemes or different keys
for each SSID.  In such an environment these messages are just noise.
Let's just leave them for those interested enough to turn-on debugging.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5b98b1f7
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