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
it will busyloop when frequently turn up/down wlan NIC

Signed-off-by: meijian <[email protected]>
  • Loading branch information
Meissi-jian committed Aug 19, 2024
1 parent 6071102 commit e00bd6e
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 e00bd6e

Please sign in to comment.