hello,
i am developing a ndis miniport driver.
my hardware is pci cardbus. i am developing miniport driver as the
middle layer.
currently i am getting the data from the protocol driver layer. but
whatever data i am sending to the upper layer (recv path) is not
recognizing.
1). can anyone tell me how to make proper packet and send it to the
upper layer.
2). do i need to send the ethernet header also (14 bytes) in my data
frame while calling NdisMReceiveIndicate(). ?
3). What are the main parameters need to be checked while creating a
fresh packet and send it to upper layer,?
thanks