commit | 12fdd928c8d8ea55108c076dbbfff35ecf8e7a97 | [log] [tgz] |
---|---|---|
author | Andrew Baumann <Andrew.Baumann@microsoft.com> | Fri Dec 04 10:58:49 2015 -0800 |
committer | Jason Wang <jasowang@redhat.com> | Mon Dec 07 21:43:48 2015 +0800 |
tree | c995f4e9dfab93cee905f2fe3dc8c430412689a0 | |
parent | 6a9c6470957e935acc796e87e2697340640760f9 [diff] |
lan9118: fix emulation of MAC address loaded bit in E2P_CMD register There appears to have been a longstanding typo in the implementation of the "MAC address loaded" bit in the E2P_CMD (EEPROM command) register. The code was using 0x10, but the controller spec says it should be bit 8 (0x100). Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Signed-off-by: Jason Wang <jasowang@redhat.com>