We have Filter Intermediate Driver implemented in NDIS 5.x (Miniport, Protocol), Since support for this has been removed in NDIS 6.x. I am planning to covert my filter intermediate driver to Mux Intermediate driver with 1 to 1 relationship.
I wanted to take this approach to minimize the cost and schedule while moving to NDIS 6.x, even though NDIS 6.x introduced Light weight Filter Driver.
is there guidence available for Mux Intermediate driver to have 1 to 1 relationship.