aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/395-ath_ff_unmap.patch
blob: 85ddc7bd9f4266d0d8e3a996a81a6ce319b230a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -13534,7 +13534,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;