diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-10 03:13:21 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-12 21:50:42 (GMT) |
commit | f5d640371dacda100a32a30e8013f957aff26ce1 (patch) | |
tree | 58bd3509c4d4a2026f2607fc65ea174b8aad83d2 /drivers/net/sky2.h | |
parent | 872674858fe236b746317741013c830bb70775c2 (diff) | |
download | linux-f5d640371dacda100a32a30e8013f957aff26ce1.tar.xz |
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 'drivers/net/sky2.h')
-rw-r--r-- | drivers/net/sky2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 0c6d10c..318c9ae 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 |