diff options
Diffstat (limited to 'drivers/net/benet/be.h')
-rw-r--r-- | drivers/net/benet/be.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/benet/be.h b/drivers/net/benet/be.h index d90cc015abb3..12247480a1f8 100644 --- a/drivers/net/benet/be.h +++ b/drivers/net/benet/be.h | |||
@@ -272,6 +272,8 @@ struct be_adapter { | |||
272 | u32 cap; | 272 | u32 cap; |
273 | u32 rx_fc; /* Rx flow control */ | 273 | u32 rx_fc; /* Rx flow control */ |
274 | u32 tx_fc; /* Tx flow control */ | 274 | u32 tx_fc; /* Tx flow control */ |
275 | int link_speed; | ||
276 | u8 port_type; | ||
275 | }; | 277 | }; |
276 | 278 | ||
277 | extern const struct ethtool_ops be_ethtool_ops; | 279 | extern const struct ethtool_ops be_ethtool_ops; |