mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:55:57 +00:00
- Use the proper flags so NDIS knows that our NIC doesn't have hardware loopback support
- Fixes the loopback adapter svn path=/branches/aicom-network-fixes/; revision=36591
This commit is contained in:
parent
f37a431c9a
commit
576e6e7961
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ MiniportQueryInformation(
|
|||
{
|
||||
GenericULONG = NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA |
|
||||
NDIS_MAC_OPTION_RECEIVE_SERIALIZED |
|
||||
NDIS_MAC_OPTION_TRANSFERS_NOT_PEND;
|
||||
NDIS_MAC_OPTION_TRANSFERS_NOT_PEND |
|
||||
NDIS_MAC_OPTION_NO_LOOPBACK;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue