ath9k: fix stale flag handling on buffer clone
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / xmit.c
index 35b515fe3ffa41e00dc614b6590cc2eabead9de4..a749e0f5ab549486dc74d457480120bd75d95c11 100644 (file)
@@ -399,6 +399,7 @@ static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf)
        tbf->bf_buf_addr = bf->bf_buf_addr;
        memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len);
        tbf->bf_state = bf->bf_state;
+       tbf->bf_state.stale = false;
 
        return tbf;
 }
This page took 0.047174 seconds and 5 git commands to generate.