1
0
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:
Bill Paul 2005-02-26 07:11:17 +00:00
parent 96135df4da
commit 303ff38659
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142553

View File

@ -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