aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r--drivers/net/e1000/e1000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index 2b96ad0482ef..dbdaa332cac6 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -338,6 +338,7 @@ struct e1000_adapter {
338#ifdef NETIF_F_TSO 338#ifdef NETIF_F_TSO
339 boolean_t tso_force; 339 boolean_t tso_force;
340#endif 340#endif
341 boolean_t smart_power_down; /* phy smart power down */
341 unsigned long flags; 342 unsigned long flags;
342}; 343};
343 344