Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136196
b: refs/heads/master
c: 051b919
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Mar 28, 2009
1 parent ab476d0 commit 71fd7d7
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 14344b81ec264efbe59de0183f5ba38650a479a6
refs/heads/master: 051b919188650fe4c93ca8701183ae88439388f6
7 changes: 6 additions & 1 deletion trunk/drivers/net/wireless/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,13 @@ void ath_rx_cleanup(struct ath_softc *sc)

list_for_each_entry(bf, &sc->rx.rxbuf, list) {
skb = bf->bf_mpdu;
if (skb)
if (skb) {
dma_unmap_single(sc->dev,
bf->bf_buf_addr,
sc->rx.bufsize,
DMA_FROM_DEVICE);
dev_kfree_skb(skb);
}
}

if (sc->rx.rxdma.dd_desc_len != 0)
Expand Down

0 comments on commit 71fd7d7

Please sign in to comment.