commit | 387cbf096e443705fa66776027273ed257ec6ca3 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Aug 18 08:19:02 2020 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 16:48:18 2020 -0400 |
tree | 6532cc9252b53c541d8c7d91b8c32344aa15daf6 | |
parent | 66e036bab503cddd6afbfecc8b7fcd8941d8bd7d [diff] |
net: smc911x: Automatically Update ethaddr with MAC The ethernet controller can read the MAC from EEPROM and display it, but if ethaddr is not set, the ethernet is still unavailable. This patch checks will automatically set the MAC address if it has not already been set. Signed-off-by: Adam Ford <aford173@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>