aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/benet/be.h')
-rw-r--r--drivers/net/benet/be.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/benet/be.h b/drivers/net/benet/be.h
index ce7563175cef..67e165cf3f4e 100644
--- a/drivers/net/benet/be.h
+++ b/drivers/net/benet/be.h
@@ -269,6 +269,8 @@ struct be_adapter {
269 u32 port_num; 269 u32 port_num;
270 bool promiscuous; 270 bool promiscuous;
271 u32 cap; 271 u32 cap;
272 u32 rx_fc; /* Rx flow control */
273 u32 tx_fc; /* Tx flow control */
272}; 274};
273 275
274extern const struct ethtool_ops be_ethtool_ops; 276extern const struct ethtool_ops be_ethtool_ops;