K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-12-18T18:30:49.525928Z K 7 svn:log V 242 MFC 200037: 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. END