Fix the EDMA CABQ handling - for now, the CABQ takes a descriptor chain
like the legacy chips expect.
This commit is contained in:
parent
cf402cc979
commit
9cda8c8082
@ -267,6 +267,9 @@ ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq,
|
||||
/* sync descriptor to memory */
|
||||
bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap,
|
||||
BUS_DMASYNC_PREWRITE);
|
||||
|
||||
/* link descriptor */
|
||||
*txq->axq_link = bf->bf_daddr;
|
||||
}
|
||||
|
||||
#ifdef ATH_DEBUG_ALQ
|
||||
|
Loading…
x
Reference in New Issue
Block a user