OSDN Git Service

RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is bad
authorLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 28 Sep 2015 16:51:51 +0000 (17:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 22:00:04 +0000 (15:00 -0700)
commit0f50c10d2683fd2b8a3908c779c5f29bcb3c2174
treea132e3d4f9d3d04a05bccaed8b3d7874613b7a91
parent822d54b9c2c18271239ad7d928f1e9c702676592
RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is bad

On some embedded systems the EEPROM does not contain a valid MAC address.
In that case it is better to fallback to a generated mac address and
let init scripts fix the value later.

Reported-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
[Changed handcoded setup to use eth_hw_addr_random() and to save new address into HW]
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/sky2.c