K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-12-02T16:26:18.819978Z K 7 svn:log V 294 ndis_scan_results() can sleep if the scan results are not ready when ndis_scan() is called. However, ndis_scan() is invoked from softclock() and cannot sleep. Move ndis_scan_results() to the ndis' driver's scan_end hook instead. Submitted by: Paul B Mahol onemda of gmail MFC after: 1 week END