Commit 5260f859 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr] add SET_ETHTOOL_OPS back-compat hook

parent f98b814c
......@@ -45,6 +45,10 @@ struct divert_blk;
struct vlan_group;
struct ethtool_ops;
/* source back-compat hook */
#define SET_ETHTOOL_OPS(netdev,ops) \
( (netdev)->ethtool_ops = (ops) )
#define HAVE_ALLOC_NETDEV /* feature macro: alloc_xxxdev
functions are available. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment