Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111789
b: refs/heads/master
c: 47a227d
h: refs/heads/master
i:
  111787: 8543e39
v: v3
  • Loading branch information
David S. Miller committed Sep 23, 2008
1 parent 435f591 commit 710c3ea
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: 2aad7c8e9b4d1cabdeac2469e7276e9daef12fa0
refs/heads/master: 47a227db746edbcfc8b78ac8a7787733faf6f171
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/zd1211rw/zd_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ static int filter_ack(struct ieee80211_hw *hw, struct ieee80211_hdr *rx_hdr,

q = &zd_hw_mac(hw)->ack_wait_queue;
spin_lock_irqsave(&q->lock, flags);
for (skb = q->next; skb != (struct sk_buff *)q; skb = skb->next) {
skb_queue_walk(q, skb) {
struct ieee80211_hdr *tx_hdr;

tx_hdr = (struct ieee80211_hdr *)skb->data;
Expand Down

0 comments on commit 710c3ea

Please sign in to comment.