Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103189
b: refs/heads/master
c: 14a7dd6
h: refs/heads/master
i:
  103187: 91270e9
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Jun 27, 2008
1 parent f07cb10 commit f9e00ef
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: 40af48ce501ea9ad9c485504a6fa0740801fa051
refs/heads/master: 14a7dd6f6c1e0b361a37b6df52d4dc2ea36757d2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ void b43_pio_handle_txstatus(struct b43_wldev *dev,

spin_lock(&q->lock); /* IRQs are already disabled. */

info = (void *)pack->skb;
info = IEEE80211_SKB_CB(pack->skb);
memset(&info->status, 0, sizeof(info->status));

b43_fill_txstatus_report(info, status);
Expand Down

0 comments on commit f9e00ef

Please sign in to comment.