Loading net/mac80211/wep.c +2 −1 Original line number Diff line number Diff line Loading @@ -265,6 +265,7 @@ int ieee80211_wep_decrypt(struct ieee80211_local *local, struct sk_buff *skb, if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen, skb->data + hdrlen + WEP_IV_LEN, len)) { if (net_ratelimit()) printk(KERN_DEBUG "WEP decrypt failed (ICV)\n"); ret = -1; } Loading Loading
net/mac80211/wep.c +2 −1 Original line number Diff line number Diff line Loading @@ -265,6 +265,7 @@ int ieee80211_wep_decrypt(struct ieee80211_local *local, struct sk_buff *skb, if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen, skb->data + hdrlen + WEP_IV_LEN, len)) { if (net_ratelimit()) printk(KERN_DEBUG "WEP decrypt failed (ICV)\n"); ret = -1; } Loading