mirror of https://github.com/hak5/openwrt.git
12 lines
343 B
Diff
12 lines
343 B
Diff
--- a/ath/if_ath.c
|
|
+++ b/ath/if_ath.c
|
|
@@ -13527,7 +13527,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;
|