[driver][bcm43xxx] reset tx_seq of sido-bus when ifdown wlan-if

Signed-off-by: meijian <meijian@xiaomi.com>
This commit is contained in:
meijian 2024-03-07 10:30:29 +08:00 committed by Xiang Xiao
parent a8843a073f
commit 580f7387a1

View File

@ -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;
}