hi, i am writing a ndis usb driver(actually putting the sample codes
ndiswdm and bulkusb together). it seems that the driver could
send/receive the packet properly if it ignored the mac address of the
incoming packet. But I just wonder how to determine the physical mac
address of the target device in the initialization stage since the usb
controller does not really have one??? Thanks.