
14 May
2012
14 May
'12
7:43 a.m.
On Friday 11 May 2012 15:21:19 Wolfgang Denk wrote:
Michael Walle wrote:
Add new function eth_random_enetaddr() to generate a locally administered ethernet address.
Signed-off-by: Michael Walle michael@walle.cc
include/net.h | 15 +++++++++++++++ net/eth.c | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+), 0 deletions(-)
Please make this code configurable. I don't want to bloat code size for all boards when only one or two will ever use this feature.
it would be nice if we could standardize gc-sections across the board -mike