Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wifi: rtl8xxxu: Perform update_beacon_work when beaconing is enabled
[ Upstream commit d7063ed ] In STA+AP concurrent mode, performing a scan operation on one vif temporarily stops beacons on the other. When the scan is completed, beacons are enabled again with BSS_CHANGED_BEACON_ENABLED. We can observe that no beacons are being sent when just rtl8xxxu_start_tx_beacon() is being called. Thus, also perform update_beacon_work in order to restore beaconing. Fixes: cde8848 ("wifi: rtl8xxxu: Add beacon functions") Signed-off-by: Martin Kaistra <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information