mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Remove code that fiddles with Giant in ndis_ticktask() that snuck in
during previous commit.
This commit is contained in:
parent
6886d8ff2a
commit
0584cf1978
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128719
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user