Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338059
b: refs/heads/master
c: 0ef68ab
h: refs/heads/master
i:
  338057: 7ebefa4
  338055: 18ae133
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 78eb289 commit 2492e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e10fbca9536398efa0d7ced0b099deca5dff0eeb
refs/heads/master: 0ef68ab4dd8d16c10e7b36796f11b6a209acc1de
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int prism2_wep_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
memmove(skb->data + 4, skb->data, hdr_len);
skb_pull(skb, 4);
skb_trim(skb, skb->len - 4);
return 0;
return 0;
}


Expand Down Expand Up @@ -289,5 +289,5 @@ void ieee80211_crypto_wep_exit(void)
void ieee80211_wep_null(void)
{
// printk("============>%s()\n", __func__);
return;
return;
}

0 comments on commit 2492e43

Please sign in to comment.