mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Wadim Egorov <w.egorov@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH] net: Set the actual ethaddr in register_preset_mac_address()
Date: Tue, 9 Jun 2015 09:04:25 +0200	[thread overview]
Message-ID: <1433833465-6569-1-git-send-email-w.egorov@phytec.de> (raw)

Set the ethaddr for the current edev.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 net/eth.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/eth.c b/net/eth.c
index 89bddba..03e0a2e 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -49,6 +49,7 @@ static void register_preset_mac_address(struct eth_device *edev, const char *eth
 	ethaddr_to_string(ethaddr, ethaddr_str);
 
 	if (is_valid_ether_addr(ethaddr)) {
+		memcpy(edev->ethaddr, ethaddr, 6);
 		dev_info(&edev->dev, "got preset MAC address: %s\n", ethaddr_str);
 		dev_set_param(&edev->dev, "ethaddr", ethaddr_str);
 	}
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2015-06-09  7:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09  7:04 Wadim Egorov [this message]
2015-06-10  4:32 ` Sascha Hauer
2015-06-10  6:44   ` Wadim Egorov
2015-06-10 11:28     ` AW: " Gabor Janak (g.janak@agilion.de)
2015-06-15  6:55     ` Sascha Hauer
2015-06-15  9:08       ` Wadim Egorov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1433833465-6569-1-git-send-email-w.egorov@phytec.de \
    --to=w.egorov@phytec.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox