From: Gavin Shan <[email protected]>
Date: Thu, 21 Jul 2016 11:42:54 +1000
> The initial MAC address is retrieved from hardware if it's not
> provided by device-tree. The reserved MAC address from hardware
> will be used if non-reserved MAC address is invalid. It will
> cause mismatched MAC address seen by hardware and software.
>
> This disallows using the reserved hardware MAC address to avoid
> the mismatched MAC address seen by hardware and software.
>
> Fixes: 113ce107afe9 ("net/faraday: Read MAC address from chip")
> Suggested-by: David Laight <[email protected]>
> Suggested-by: Benjamin Herrenschmidt <[email protected]>
> Signed-off-by: Gavin Shan <[email protected]>
> ---
> v2: Add "net-next" in the subject
Makes sense, applied, thanks.