Skip to content

Commit

Permalink
rs: Ensure ack flag is properly cleared. Some frames were flagged as …
Browse files Browse the repository at this point in the history
…ACKed when they should not be.
  • Loading branch information
zxystd committed Mar 9, 2024
1 parent 43c7d6a commit 42dc7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itlwm/hal_iwm/mac80211.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,7 @@ iwm_rx_tx_cmd_single(struct iwm_softc *sc, struct iwm_tx_resp *tx_resp,
skb_freed++;

memset(&info->status, 0, sizeof(info->status));
info->flags &= ~(IEEE80211_TX_STAT_ACK | IEEE80211_TX_STAT_TX_FILTERED);

/* inform mac80211 about what happened with the frame */
switch (status & IWM_TX_STATUS_MSK) {
Expand Down

0 comments on commit 42dc7bc

Please sign in to comment.