e1000e: do not ever sleep in interrupt context
[linux-2.6-block.git] / drivers / net / e1000e / e1000.h
index f0c48a2a6799549accbc11e9db9aa124dba8ff04..8087bda9721856b88b338737aa4a039a55626802 100644 (file)
@@ -284,6 +284,8 @@ struct e1000_adapter {
        unsigned long led_status;
 
        unsigned int flags;
+       struct work_struct downshift_task;
+       struct work_struct update_phy_task;
 };
 
 struct e1000_info {