> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 31 March 2012 18:09
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar; Wolfgang Denk; Michael Walle
> Subject: [PATCH 2/5] net: add helper to generate random mac address
>
> Add new function eth_random_enetaddr
Hi Mike,
Am Sonntag 01 April 2012, 21:34:26 schrieb Mike Frysinger:
> On Saturday 31 March 2012 08:38:33 Michael Walle wrote:
> > --- a/include/net.h
> > +++ b/include/net.h
> >
> > in emergency cases, where you need a working network connection to seti
>
> "seti" -> "set"
>
> > + *Eg. you
On Saturday 31 March 2012 08:38:33 Michael Walle wrote:
> --- a/include/net.h
> +++ b/include/net.h
>
> in emergency cases, where you need a working network connection to seti
"seti" -> "set"
> + *Eg. you wan't a rescue boot and don't have a serial port to access
"wan't" -> "want"
> +void
Add new function eth_random_enetaddr() to generate a locally administered
ethernet address.
Signed-off-by: Michael Walle
---
include/net.h | 15 +++
net/eth.c | 15 +++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/include/net.h b/include/net.h
i
4 matches
Mail list logo