summaryrefslogtreecommitdiff
path: root/network/ndis/filter
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
committerDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
commit41c29cb92feff490270b4ce31f67d7baddecc457 (patch)
tree3601c61d3cf6919f2bea780cbdc3f4f3922d914f /network/ndis/filter
parent18cabc43191fd82420adcfac56c0361de98360c9 (diff)
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.