Comment 6 for bug 105235

Revision history for this message
Christian Kujau (christiank) wrote :

I don't think it is. Error logging got revised in mainline

commit aeb998c124786e8c7fbd6eab347230469e911872
Author: Larry Finger <email address hidden>
Date: Mon Apr 9 11:24:41 2007 -0500

    [PATCH] ieee80211-crypt: Make some TKIP and CCMP error logging conditional

    There are messages arising from ieee80211_crypt that spam the logs
    of casual users. These are changed to be logged only if the user
    specifically requests the IEEE80211_DEBUG_DROP messages. In either
    case, the error/drop count is incremented.

    Signed-off-by: Larry Finger <email address hidden>
    Signed-off-by: John W. Linville <email address hidden>

And IEEE80211_DEBUG_DROP is not set in Hardy, I doubt it's set in later versions.

$ grep IEEE80211_DEBUG /boot/config-2.6.24-22-xen
# CONFIG_IEEE80211_DEBUG is not set