Skip to content

Commit

Permalink
[driver][bcm43xxx] reset tx_seq of sido-bus when ifdown wlan-if
Browse files Browse the repository at this point in the history
Signed-off-by: meijian <[email protected]>
(cherry picked from commit 065fc399ab23040c32edc0c8e12b0a5166b85c51)
  • Loading branch information
Meissi-jian committed Aug 19, 2024
1 parent 6071102 commit a7a13a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ int bcmf_bus_sdio_active(FAR struct bcmf_dev_s *priv, bool active)
exit_uninit_hw:
sbus->ready = false;
bcmf_hwuninitialize(sbus);
sbus->tx_seq = 0;

return ret;
}
Expand Down

0 comments on commit a7a13a1

Please sign in to comment.