Skip to content

Commit ca2fb5f

Browse files
[NDIS] NdisRegisterProtocol(): Add a comment about NDIS51 (reactos#8314)
CORE-20300 - `NdisRegisterProtocol()`: Add a comment about `NDIS51`: the `NDIS50_PROTOCOL_CHARACTERISTICS` structure is common to both NDIS 5.0 and 5.1. This is in contrast to the `NDIS50/NDIS51_MINIPORT_CHARACTERISTICS` structures, see for example commit 3e169e3 (r49961). - Remove obsolete SOURCES file. Addendum to commit d9e83ed (r40142).
1 parent dd00ebd commit ca2fb5f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

drivers/network/ndis/ndis/SOURCES

Lines changed: 0 additions & 15 deletions
This file was deleted.

drivers/network/ndis/ndis/protocol.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,7 @@ NdisRegisterProtocol(
11561156
break;
11571157

11581158
case 0x05:
1159+
/* Identical for both NDIS50 and NDIS51 */
11591160
MinSize = sizeof(NDIS50_PROTOCOL_CHARACTERISTICS);
11601161
break;
11611162

0 commit comments

Comments
 (0)