diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-03-31 01:01:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-07 20:15:49 -0700 |
commit | e92702b1046a418a562878b22f92433517760921 (patch) | |
tree | 656800b9614b9377f08070b49c1e5dad2b68e015 /drivers/net/skge.h | |
parent | 57841869197831542f25c739beaeab4465977878 (diff) |
skge: convert to hw_features
just IP_CSUM. This needs testing and so is not changed here.
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/skge.h')
-rw-r--r-- | drivers/net/skge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 507addcaffa..f055c47de47 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h @@ -2460,7 +2460,6 @@ struct skge_port { struct timer_list link_timer; enum pause_control flow_control; enum pause_status flow_status; - u8 rx_csum; u8 blink_on; u8 wol; u8 autoneg; /* AUTONEG_ENABLE, AUTONEG_DISABLE */ |