Search Linux Wireless

Re: mac80211 / iwl3945 + dynamic wep (again)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux