wcn36xx: Delete BSS before idling link
When disabling the beacon we must delete the bss before idling the link. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
6770559b8f
commit
5443918d05
@ -779,9 +779,9 @@ static void wcn36xx_bss_info_changed(struct ieee80211_hw *hw,
|
||||
wcn36xx_smd_set_link_st(wcn, vif->addr, vif->addr,
|
||||
link_state);
|
||||
} else {
|
||||
wcn36xx_smd_delete_bss(wcn, vif);
|
||||
wcn36xx_smd_set_link_st(wcn, vif->addr, vif->addr,
|
||||
WCN36XX_HAL_LINK_IDLE_STATE);
|
||||
wcn36xx_smd_delete_bss(wcn, vif);
|
||||
}
|
||||
}
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user