Johannes Berg wrote:
On Mon, 2007-11-26 at 15:50 +0100, dragoran wrote:
btw would it make sense to ratelimit
"WEP decrypt failed (ICV)" messages?
they are a bit annoying when connected to this network...
dmesg | grep ICV | wc -l
3489
after some minutes.
I think they're only shown in a DEBUG config, no?
looking at the code seems not:
---
if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen,
skb->data + hdrlen + WEP_IV_LEN,
len)) {
printk(KERN_DEBUG "WEP decrypt failed (ICV)\n");
ret = -1;
}
---
and here I have:
# CONFIG_MAC80211_DEBUG is not set
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html