Details
Description
In the Driver-Edd the 4th MAC address is read through the functions
rX_DdpGetExtendedDeviceData() (rcX 2.1)
and
Drv_SecGetMacAddress() (rcX 2.0)
At rX_DdpGetExtendedDeviceData() the instances 0 and 3 are used. Is this okay in all times. This is done, also if no NDIS is configured.
At function Drv_SecGetMacAddress() the instances 0 and 1 are used. Probably here should be used 3 instead of 1. Both addresses are read also if no NDIS is configured.