1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 09:15:41 +03:00
openwrt-xburst/package/madwifi/patches/395-ath_ff_unmap.patch

12 lines
343 B
Diff
Raw Normal View History

--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -13509,7 +13509,7 @@ cleanup_ath_buf(struct ath_softc *sc, st
bus_unmap_single(
sc->sc_bdev,
bf->bf_skbaddrff[i],
- (direction == BUS_DMA_TODEVICE ?
+ (direction == BUS_DMA_FROMDEVICE ?
sc->sc_rxbufsize : ffskb->len),
direction);
bf->bf_skbaddrff[i] = 0;