Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6701
b: refs/heads/master
c: 0a989b2
h: refs/heads/master
i:
  6699: 659f3be
v: v3
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed May 16, 2005
1 parent 326bf3b commit 0529650
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b453872c35cfcbdbf5a794737817f7d4e7b1b579
refs/heads/master: 0a989b24fd59e8867274246587b46f5595fa0baa
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ struct ieee80211_txb *ieee80211_alloc_txb(int nr_frags, int txb_size,
if (!txb)
return NULL;

memset(txb, sizeof(struct ieee80211_txb), 0);
memset(txb, 0, sizeof(struct ieee80211_txb));
txb->nr_frags = nr_frags;
txb->frag_size = txb_size;

Expand Down

0 comments on commit 0529650

Please sign in to comment.