John Baldwin 6b5ba0bba3 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
2009-12-02 16:26:18 +00:00
..
2009-12-02 00:38:11 +00:00
2009-11-16 21:47:12 +00:00
2009-11-05 04:51:38 +00:00
2009-11-19 13:39:07 +00:00
2009-11-29 20:47:43 +00:00