Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267671
b: refs/heads/master
c: 68aee80
h: refs/heads/master
i:
  267669: e7d8224
  267667: 8f0481f
  267663: e42ab3e
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 40d36d4 commit 9b5cfa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 2b259bd38fdfdf6a4103234172eafc13d7f774b6
refs/heads/master: 68aee8036c04145742a9e7a00eb78e4da1b35fdc
11 changes: 0 additions & 11 deletions trunk/drivers/staging/rtl8192e/rtllib_crypt_tkip.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,17 +489,6 @@ static int rtllib_tkip_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
skb_pull(skb, 8);
skb_trim(skb, skb->len - 4);

#ifdef JOHN_DUMP
if ( ((u16*)skb->data)[0] & 0x4000){
printk("@@ rx decrypted skb->data");
int i;
for (i = 0; i < skb->len; i++) {
if ( (i%24)==0 ) printk("\n");
printk("%2x ", ((u8*)skb->data)[i]);
}
printk("\n");
}
#endif /*JOHN_DUMP*/
return keyidx;
}

Expand Down

0 comments on commit 9b5cfa1

Please sign in to comment.