Hi,

I am doing a USB wireless driver in WinCE 5.0.My problem is that i am not
getting a proper adapter name when i do a ipconfig.Where as the description
field comes as proper which is same as my instance name.where as the adapter
name shows nothing.
eg.
Adapter Name.................:
Description......................:Athusb1

Because of this am not able to call NdisDeRegisterAdapter with my instance
name which shows error Adapter not found.
My ndisregisteradapter returns success and works properly.
I am able to unload my driver with the call NdisDeregisterAdapter(&Status,
_T(""));
I there any oid for this?

Please help me in this regard..
Ajith

RE: Adapter name shows "NULL" by Ajith

Ajith
Fri Jan 06 05:39:02 CST 2006

Hi all,

I solved the problem.it was because my adapterhandle was getting corrupted.
Thanks
Ajith