wl1251: add hw scan completed debug message
The logs currently don't show when hw scan has completed, fix that. Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
b1b0a2b8b5
commit
2789da9e58
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ static int wl1251_event_scan_complete(struct wl1251 *wl,
|
|||
mutex_unlock(&wl->mutex);
|
||||
ieee80211_scan_completed(wl->hw, false);
|
||||
mutex_lock(&wl->mutex);
|
||||
wl1251_debug(DEBUG_MAC80211, "mac80211 hw scan completed");
|
||||
wl->scanning = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue