aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.h
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-04-10 03:13:21 +0000
committerDavid S. Miller <davem@davemloft.net>2011-04-12 14:50:42 -0700
commitf5d640371dacda100a32a30e8013f957aff26ce1 (patch)
tree58bd3509c4d4a2026f2607fc65ea174b8aad83d2 /drivers/net/sky2.h
parentnet: add RTNL_ASSERT in __netdev_update_features() (diff)
downloadlinux-dev-f5d640371dacda100a32a30e8013f957aff26ce1.tar.xz
linux-dev-f5d640371dacda100a32a30e8013f957aff26ce1.zip
net: sky2: convert to hw_features
Caveats: - driver modifies vlan_features on HW VLAN TX changes - broken RX checksum will be reenabled on features change Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/sky2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index 0c6d10c5f053..318c9ae7bf91 100644
--- a/drivers/net/sky2.h
+++ b/drivers/net/sky2.h
@@ -2254,7 +2254,6 @@ struct sky2_port {
u8 wol; /* WAKE_ bits */
u8 duplex; /* DUPLEX_HALF, DUPLEX_FULL */
u16 flags;
-#define SKY2_FLAG_RX_CHECKSUM 0x0001
#define SKY2_FLAG_AUTO_SPEED 0x0002
#define SKY2_FLAG_AUTO_PAUSE 0x0004