Re: [U-Boot] [PATCH 28/28] net: Allow filtering on debug traces in the net subsystem

2012-02-03 Thread Mike Frysinger
On Thursday 19 January 2012 19:53:31 Joe Hershberger wrote: --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c +#define DEBUG_DEV_PKT 0 wouldn't be better to move these to net.h by default rather than copying pasting to all the source files ? -mike signature.asc Description:

[U-Boot] [PATCH 28/28] net: Allow filtering on debug traces in the net subsystem

2012-01-20 Thread Joe Hershberger
Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de --- drivers/net/netconsole.c |6 ++ net/arp.c| 12 net/link_local.c | 31 +++ net/net.c