commit | 02b3a5524f6253113a46ebc283cc5ec392c34d7a | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Tue Nov 15 15:29:55 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 16 17:43:08 2011 -0500 |
tree | 22780a851f9a6ee1f389e29e5357f823ad11ab8d | |
parent | bc5787c6125cc2c868eaace46c46ce6e83dcfcb6 [diff] |
net: ethtool: break association of ETH_FLAG_* with NETIF_F_* This is the only place left where dev->features are directly exposed to userspace. I know checkpatch.pl complains about __ethtool_{get,set}_flags(), but the code is easier to read this way. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>