diff options
| -rw-r--r-- | net/mac80211/wep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/wep.c b/net/mac80211/wep.c index 9bf0e1cc530a..b5f3413403bd 100644 --- a/net/mac80211/wep.c +++ b/net/mac80211/wep.c | |||
| @@ -265,7 +265,8 @@ int ieee80211_wep_decrypt(struct ieee80211_local *local, struct sk_buff *skb, | |||
| 265 | if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen, | 265 | if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen, |
| 266 | skb->data + hdrlen + WEP_IV_LEN, | 266 | skb->data + hdrlen + WEP_IV_LEN, |
| 267 | len)) { | 267 | len)) { |
| 268 | printk(KERN_DEBUG "WEP decrypt failed (ICV)\n"); | 268 | if (net_ratelimit()) |
| 269 | printk(KERN_DEBUG "WEP decrypt failed (ICV)\n"); | ||
| 269 | ret = -1; | 270 | ret = -1; |
| 270 | } | 271 | } |
| 271 | 272 | ||
