Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156870
b: refs/heads/master
c: d25f9f1
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Aug 7, 2009
1 parent 2f617aa commit b7024f4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7dd2459d8f7a967bcd1466591aec72bb3ddc07cc
refs/heads/master: d25f9f1357139bbdc79bc960ea84909a7c22ec2b
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@ static int rxq_process(struct ieee80211_hw *hw, int index, int limit)
rmb();

skb = rxq->rx_skb[rxq->rx_head];
if (skb == NULL)
break;
rxq->rx_skb[rxq->rx_head] = NULL;

rxq->rx_head = (rxq->rx_head + 1) % MWL8K_RX_DESCS;
Expand Down

0 comments on commit b7024f4

Please sign in to comment.