mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Don't need to do MmInitializeMdl() in ndis_mtop() anymore:
IoInitializeMdl() does it internally (and doing it again here messes things up).
This commit is contained in:
parent
96135df4da
commit
303ff38659
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142553
@ -1094,7 +1094,6 @@ ndis_mtop(m0, p)
|
||||
return(ENOMEM);
|
||||
}
|
||||
|
||||
MmInitializeMdl(buf, m->m_data, m->m_len);
|
||||
if (priv->npp_head == NULL)
|
||||
priv->npp_head = buf;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user