mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the last vestiges of the "wait for link down event" hack.
This commit is contained in:
parent
c6cb2045e4
commit
00df63a690
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue