Re: mwifiex: notify cfg80211 about scan abort

2017-09-20 Thread Kalle Valo
erforming periodic scans. > Fix this by informing scan abort. > > Signed-off-by: Cathy Luo <c...@marvell.com> > Signed-off-by: Ganapathi Bhat <gb...@marvell.com> Patch applied to wireless-drivers-next.git, thanks. 31726ff20190 mwifiex: notify cfg80211 about scan abort --

[PATCH] mwifiex: notify cfg80211 about scan abort

2017-08-30 Thread Ganapathi Bhat
Driver sends a series of scan commands to firmware to serve a user scan request. If an intermediate scan command fails, driver aborts the scan but it is not being informed to cfg80211. This will cause issues in applications performing periodic scans. Fix this by informing scan abort.