
29 Feb
2012
29 Feb
'12
8:09 p.m.
On Wednesday 29 February 2012 05:37:20 Amit Virdi wrote:
The network controller mac resets hardware address stored in MAC_HI and MAC_LO registers if mac is resetted. So, hw mac address needs to be restored in case mac is explicitly resetted from driver.
OK, but ...
--- a/drivers/net/designware.c +++ b/drivers/net/designware.c
- dw_write_hwaddr(dev);
... please add a comment above this line explaining why you must explicitly make this call -mike