Hi all,
I have a project to develop usb ethernet driver for my wimax
device (connection-oriented device). What I know from the
documentation is that RNDIS support for both connectionless
and connection-oriented device. I want to simplify my work.
That’s why I choose to use RNDIS rather than to develop
my own NDIS miniport driver.
In microsoft rndis documentation sample, for the descriptor,
it use communication class interface with abstract control type.
Should i use the same descriptor for my wimax device? Beside
the type, is there any descriptor data which differs from the
sample for my device?
Thank you for any help.
Anton