(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
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 *
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
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