[NDIS]
authorCameron Gutman <aicommander@gmail.com>
Fri, 23 Jul 2010 16:34:35 +0000 (16:34 +0000)
committerCameron Gutman <aicommander@gmail.com>
Fri, 23 Jul 2010 16:34:35 +0000 (16:34 +0000)
commit3d5cb94c4af4329a699e4f460baf8350d655b40e
tree13bed4bd13346a8c50af4d399df421cb3ede98ed
parente814e6afe8223aa05f9345a0e3d6bc31aba529e5
[NDIS]
- Verify that each adapter has been initialized before passing it to the protocol's BindAdapter function
- Also verify that each adapter has not already been bound to the protocol
- Miniport drivers can now function without a reboot (needed to use 3rd-party NIC drivers on the live CD)

svn path=/trunk/; revision=48212
reactos/drivers/network/ndis/include/protocol.h
reactos/drivers/network/ndis/ndis/miniport.c
reactos/drivers/network/ndis/ndis/protocol.c