commit | 89722f5767ac71b66e3077b6a158495eb316a43c | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@zonque.org> | Tue Apr 17 15:23:35 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Apr 24 09:06:13 2018 +0300 |
tree | 41f4308374371261319767f6e36c474d45ff7c10 | |
parent | 80c764d32122eceb26754d9ffa9718c124c8072e [diff] |
wcn36xx: handle scan cancellation when firmware support is missing For firmwares that don't have the SCAN_OFFLOAD feature bit set, do not call into wcn36xx_smd_stop_hw_scan(). Instead, stop the asynchronous work and call into ieee80211_scan_completed() immediately. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>