Remove the last vestiges of the "wait for link down event" hack.

This commit is contained in:
Bill Paul 2005-03-28 21:48:15 +00:00
parent c6cb2045e4
commit 00df63a690

View file

@ -1113,10 +1113,6 @@ ndis_linksts_done(adapter)
case NDIS_STATUS_MEDIA_DISCONNECT:
if (sc->ndis_link)
ndis_sched(ndis_ticktask, sc, NDIS_TASKQUEUE);
else {
if (sc->ndis_80211)
wakeup(&block->nmb_getstat);
}
break;
default:
break;