summaryrefslogtreecommitdiff
path: root/network/ndis/filter
diff options
context:
space:
mode:
Diffstat (limited to 'network/ndis/filter')
-rw-r--r--network/ndis/filter/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md
index 1163fda1..69be489f 100644
--- a/network/ndis/filter/README.md
+++ b/network/ndis/filter/README.md
@@ -117,4 +117,4 @@ What the Ndislwf sample driver does:
5. All requests and sends coming from overlying drivers for the Ndislwf filter driver are repackaged if necessary and sent down to NDIS, to be passed to the underlying NDIS driver.
6. All indications arriving from an underlying NDIS driver are forwarded up by Ndislwf filter driver.
7. NDIS calls the filter's [*FilterPause*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549957) handler when NDIS needs to detach the filter from the stack or there is some configuration changes in the stack. In processing the pause request from NDIS, the Ndislwf driver waits for all its own outstanding requests to be completed before it completes the pause request.
-8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler. \ No newline at end of file
+8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler.