Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262471
b: refs/heads/master
c: b52398b
h: refs/heads/master
i:
  262469: 6663e83
  262467: ffc3ed3
  262463: f56bdbc
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Aug 1, 2011
1 parent 9f0a1ac commit 072f853
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b6b67df3f24c45af0012ee3c8af2f62ca083ae18
refs/heads/master: b52398b6e4522176dd125722c72c301015d24520
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,7 @@ void rt2800_write_beacon(struct queue_entry *entry, struct txentry_desc *txdesc)
/*
* Add space for the TXWI in front of the skb.
*/
skb_push(entry->skb, TXWI_DESC_SIZE);
memset(entry->skb, 0, TXWI_DESC_SIZE);
memset(skb_push(entry->skb, TXWI_DESC_SIZE), 0, TXWI_DESC_SIZE);

/*
* Register descriptor details in skb frame descriptor.
Expand Down

0 comments on commit 072f853

Please sign in to comment.