Remove code that fiddles with Giant in ndis_ticktask() that snuck in

during previous commit.
This commit is contained in:
Bill Paul 2004-04-28 17:06:18 +00:00
parent 6886d8ff2a
commit 0584cf1978
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128719

View File

@ -1032,8 +1032,6 @@ ndis_ticktask(xsc)
ndis_media_state linkstate;
int error, len;
mtx_unlock(&Giant);
sc = xsc;
hangfunc = sc->ndis_chars.nmc_checkhang_func;
@ -1068,8 +1066,6 @@ ndis_ticktask(xsc)
NDIS_UNLOCK(sc);
mtx_lock(&Giant);
return;
}