From 743b084dbc5b5ff18a35898691d707dcb428f031 Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Wed, 8 Jan 2020 22:59:46 +0100 Subject: Removed repeated sentence (#449) --- network/ndis/mux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3.1