Re: [PATCH 03/11] netpoll: no need to store local_mac

2007-11-19 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Sat, 03 Nov 2007 11:43:17 -0700 > The local_mac is managed by the network device, no need to > keep a spare copy and all the management problems that could > cause. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied to net-2.6.25, t

[PATCH 03/11] netpoll: no need to store local_mac

2007-11-03 Thread Stephen Hemminger
The local_mac is managed by the network device, no need to keep a spare copy and all the management problems that could cause. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/include/linux/netpoll.h 2007-11-03 09:12:48.0 -0700 +++ b/include/linux/netpoll.h 2007-11-03 09:18: