Comment 14 for bug 812555

Revision history for this message
Jason Liu (r64343) wrote :

Linaro commit:
a8834193c3ff7b731599e4e4544fe01600e75e42
Add Ethernet hardware MAC address framework to usbnet

There is something wrong with this patch:

+if (eth_write_hwaddr(dev, NULL, eth_number))
+ puts("Warning: failed to set MAC address\n");

Here the NULL for base_name will result in the error: failed to set MAC address
for other than usbnet. Need fix it up