Skip to content
  • John W. Linville's avatar
    mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG · 7f3ad894
    John W. Linville authored
    
    
    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>
    7f3ad894