commit | 9bfd05e35ac3519c26ffa0bfb1ab8933c8f00c74 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Thu Feb 15 12:08:28 2018 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Feb 27 18:48:41 2018 +0200 |
tree | ce1ff708341bf954cdbc66c4c48bb328c2cd16e1 | |
parent | 52c528ffaf1d4697e35c433a6a2ff81c469c967a [diff] |
wcn36xx: Fix warning due to duplicate scan_completed notification The wcn36xx_cancel_hw_scan method stops the hw scan and notify the scan completion via ieee80211_scan_completed. However, on scan offload cancellation, firmware sends a scan complete indication, triggering a new call to ieee80211_scan_completed. This leads to kernel warn since the scan has already been completed. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>