wl1251: add hw scan completed debug message
authorKalle Valo <kalle.valo@nokia.com>
Fri, 7 Aug 2009 10:35:26 +0000 (13:35 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:13:42 +0000 (09:13 -0400)
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>
drivers/net/wireless/wl12xx/wl1251_event.c

index 7bd1b6aa699d89010518499ef62e2f9d98d3db5f..00076c4a8a21debeb99c925dff82056990ba823d 100644 (file)
@@ -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;
        }