Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74511
b: refs/heads/master
c: 53cb479
h: refs/heads/master
i:
  74509: a8dc1b6
  74507: 13bb784
  74503: 6d01723
  74495: a29ae25
v: v3
  • Loading branch information
Adel Gadllah authored and John W. Linville committed Nov 29, 2007
1 parent 72473e1 commit 6e8d7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f4c534178722ac9ffb4feae3a4d54e3fbe3f22c
refs/heads/master: 53cb4791c156908ae634de31949f7f25f8de002b
3 changes: 2 additions & 1 deletion trunk/net/mac80211/wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ 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)) {
printk(KERN_DEBUG "WEP decrypt failed (ICV)\n");
if (net_ratelimit())
printk(KERN_DEBUG "WEP decrypt failed (ICV)\n");
ret = -1;
}

Expand Down

0 comments on commit 6e8d7f5

Please sign in to comment.