miniport driver

Hi,

I am writing a miniport driver to control the flow control of the modem.I
would like to know how to go about it.Can anyone help me in this regard.I
want to acheive the speed of 40mbps in uplink and 200 in downlink.

Thanks in advance,
shweta

Hi,

I am writing a miniport driver to control the flow control of the modem.I
would like to know how to go about it.Can anyone help me in this regard.I
want to acheive the speed of 40mbps in uplink and 200 in downlink.

Thanks in advance,
shweta

Hi,

I want to write miniport driver from scratch.I am using visual studio
2013.The template shows on ndis filter driver.Is there a template for ndis
miniport driver?
thanks,

What kind of mini port you planning to write, what is the upper side and the lower side. Is it on PCI or USB or … ?

It is for PCIe. i am writing a function driver.I tried creating an empty KMDF project. I added ndis.lib in the project settings.I am getting lot of errors.How to set the driver as miniport driver?

Thanks

Miniport routines are not being recognised.Like // Miniport routines
SET_OPTIONS MPSetOptions;

Do you mean at compile time ?

it is during compilation.

What error messages are you getting? How are your miniport routines declared?