summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Letz <[email protected]>2020-01-08 22:59:46 +0100
committerAdonais Romero González <[email protected]>2020-01-08 13:59:46 -0800
commit743b084dbc5b5ff18a35898691d707dcb428f031 (patch)
tree9f3a2c013bc02f99e70fd8963b06c9f6de67e735
parent7d02cdb5827d646af591040b312eac75caae5e06 (diff)
Removed repeated sentence (#449)112648
-rw-r--r--network/ndis/mux/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md
index bfe83318..5b784e04 100644
--- a/network/ndis/mux/README.md
+++ b/network/ndis/mux/README.md
@@ -10,7 +10,7 @@ products:
# NDIS MUX Intermediate Driver and Notify Object
-The MUX Intermediate Miniport (IM) driver is an NDIS 6.0 driver that demonstrates the operation of an "N:1" MUX driver.The sample demonstrates creating multiple virtual network devices on top of a single lower adapter. Protocols bind to these virtual adapters as if they are real adapters. Examples of Intermediate Miniport drivers that can use this framework are Virtual LAN (VLAN) drivers. Included in the project is a sample Notify Object that demonstrates how to write a notify object for installing and configuring an NDIS MUX intermediate miniport (IM) driver that implements an N:1 relationship between upper and lower bindings, for example, it creates multiple virtual network devices on top of a single lower adapter. Protocols bind to these virtual adapters as if they are real adapters. Examples of Intermediate Miniport drivers that can use this type of notify object are Virtual LAN (VLAN) drivers.
+The MUX Intermediate Miniport (IM) driver is an NDIS 6.0 driver that demonstrates the operation of an "N:1" MUX driver. The sample demonstrates creating multiple virtual network devices on top of a single lower adapter. Protocols bind to these virtual adapters as if they are real adapters. Examples of Intermediate Miniport drivers that can use this framework are Virtual LAN (VLAN) drivers. Included in the project is a sample Notify Object that demonstrates how to write a notify object for installing and configuring an NDIS MUX intermediate miniport (IM) driver that implements an N:1 relationship between upper and lower bindings, for example, it creates multiple virtual network devices on top of a single lower adapter.
For more information, see [NDIS Intermediate Drivers](https://docs.microsoft.com/windows-hardware/drivers/network/ndis-intermediate-drivers) in the network devices design guide.