diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-03-31 03:01:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-08 05:15:49 +0200 |
commit | e92702b1046a418a562878b22f92433517760921 (patch) | |
tree | 656800b9614b9377f08070b49c1e5dad2b68e015 /drivers/net/skge.h | |
parent | be2net: call FLR after setup wol in be_shutdown (diff) | |
download | linux-e92702b1046a418a562878b22f92433517760921.tar.xz linux-e92702b1046a418a562878b22f92433517760921.zip |
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 507addcaffa3..f055c47de47e 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 */ |