[PATCH 2.6.13-rc6 1/2]

2005-08-19 Thread Jon Wetzel
(Now I've shown my great skill with e-mail, cc'ing this to not one but _two_ invalid e-mail addresses. Sorry for sending this to you twice Dave, you probably figured it out already, but my actual e-mail address is below.) Patch compiles (!) and has been tested using a modified ethtool. Apolog

Re: [PATCH 2.6.13-rc6 1/2]netdevice & ethtool: Add support for getting the permanent hardware address (resend)

2005-08-17 Thread David S. Miller
Can you please at least _COMPILE_ the patches you post so that my time isn't wasted like this? include/linux/ethtool.h:259: error: two types specified in one empty declaration Of course, you missed the semi-colon: +struct ethtool_perm_addr { + u32 cmd;/* ETHTOOLGPERMADDR *

Re: [PATCH 2.6.13-rc6 1/2]netdevice & ethtool: Add support for getting the permanent hardware address (resend)

2005-08-12 Thread David S. Miller
From: Jon Wetzel <[EMAIL PROTECTED]> Date: Fri, 12 Aug 2005 15:52:28 -0500 > Adds a new field to net device to hold the permanent hardware > address, and adds a new generic ethtool_op function to get that > address. > > Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> > Signed-off-by: John W. Linvill

[PATCH 2.6.13-rc6 1/2]netdevice & ethtool: Add support for getting the permanent hardware address (resend)

2005-08-12 Thread Jon Wetzel
Adds a new field to net device to hold the permanent hardware address, and adds a new generic ethtool_op function to get that address. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.13-rc6/include/linux/netdevice.h 2005-08-12 13:10