Skip to content

Commit

Permalink
iwm: missing reset values when Tx complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Mar 14, 2021
1 parent 2c6835a commit 08bad3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itlwm/hal_iwm/mac80211.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,10 @@ iwm_txd_done(struct iwm_softc *sc, struct iwm_tx_data *txd)
txd->in = NULL;
txd->totlen = 0;
txd->ampdu_txmcs = 0;
txd->txmcs = 0;
txd->txrate = 0;
txd->data_type = 0;
txd->ampdu_nframes = 0;
}

void ItlIwm::
Expand Down

0 comments on commit 08bad3c

Please sign in to comment.