Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325549
b: refs/heads/master
c: fa16e5e
h: refs/heads/master
i:
  325547: 2d3a1b8
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent a57d5b9 commit 182563d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 3cd73bc1cf59b2c9232d9889ba2b148e262054b6
refs/heads/master: fa16e5ea25d7dd83f663f333e70713aa2fa5dffe
5 changes: 4 additions & 1 deletion trunk/drivers/staging/rtl8712/rtl8712_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,9 @@ static void recv_tasklet(void *priv)
recvbuf2recvframe(padapter, pskb);
skb_reset_tail_pointer(pskb);
pskb->len = 0;
skb_queue_tail(&precvpriv->free_recv_skb_queue, pskb);
if (!skb_cloned(pskb))
skb_queue_tail(&precvpriv->free_recv_skb_queue, pskb);
else
consume_skb(pskb);
}
}

0 comments on commit 182563d

Please sign in to comment.