You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
--- 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;
|
|
|