You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/madwifi/patches/395-ath_ff_unmap.patch

12 lines
343 B
Diff

--- 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;