Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167547
b: refs/heads/master
c: edbfdcc
h: refs/heads/master
i:
  167545: 2053075
  167543: 4b2ebf7
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Oct 12, 2009
1 parent d4935fb commit 7876642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51f98f1313d2fc4b1d3a3e1f4db7cf4925b29df6
refs/heads/master: edbfdcceb41c0cbfc1dd2cd28af2272190be47ad
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/b43/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,10 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
}

memcpy(IEEE80211_SKB_RXCB(skb), &status, sizeof(status));

local_bh_disable();
ieee80211_rx(dev->wl->hw, skb);
local_bh_enable();

#if B43_DEBUG
dev->rx_count++;
Expand Down

0 comments on commit 7876642

Please sign in to comment.