commit | e0e587878f538c9e3400219b6c516b8199dc2042 | [log] [tgz] |
---|---|---|
author | Bryan Whitehead <Bryan.Whitehead@microchip.com> | Wed Dec 19 16:55:15 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 19 15:48:11 2018 -0800 |
tree | bb6f217b543ff6112f9380852a70e17456f5c75a | |
parent | d9842f388b23d9bd4e7ac2cd273bdc3965db15ec [diff] |
lan743x: Remove MAC Reset from initialization The MAC Reset was noticed to erase important EEPROM settings. It is also unnecessary since a chip wide reset was done earlier in initialization, and that reset preserves EEPROM settings. There for this patch removes the unnecessary MAC specific reset. Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>