Skip to content

Commit

Permalink
Fix resetting of txstatus flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
iazz committed Sep 11, 2014
1 parent dc465e8 commit 1f81636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target_firmware/wlan/if_owl.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ void ath_tx_status_update(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
if (txs == NULL)
return;

txs->txstatus[txs->cnt].ts_flags = 0;

txs->txstatus[txs->cnt].cookie = bf->bf_cookie;
txs->txstatus[txs->cnt].ts_rate = SM(bf->bf_endpt, ATH9K_HTC_TXSTAT_EPID);

Expand Down

0 comments on commit 1f81636

Please sign in to comment.