diff options
Diffstat (limited to 'target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch')
-rw-r--r-- | target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch b/target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch index 82e81f37c5..2753c76d54 100644 --- a/target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch +++ b/target/linux/generic/pending-5.15/682-of_net-add-mac-address-increment-support.patch @@ -15,11 +15,11 @@ early has to be increased. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> --- - drivers/of/of_net.c | 43 +++++++++++++++++++++++++++++++++++++++---- + net/core/of_net.c | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) ---- a/drivers/of/of_net.c -+++ b/drivers/of/of_net.c +--- a/net/core/of_net.c ++++ b/net/core/of_net.c @@ -115,27 +115,62 @@ static int of_get_mac_addr_nvmem(struct * this case, the real MAC is in 'local-mac-address', and 'mac-address' exists * but is all zeros. |