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.

Re: ndis usb by Maxim

Maxim
Tue Jul 20 09:45:35 CDT 2004

This address is set by the upper layers, the miniport has nothing to do
with this process except the general data transport.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"kymak" <kymak@outech.com> wrote in message
news:aea4d86.0407200536.3798d783@posting.google.com...
> 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.