aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000.h
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2007-01-18 12:25:21 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-05 16:58:41 -0500
commitb5fc8f0c43d388d76ebbb5650b20f4ce4420a5ad (patch)
tree918c5acec2c262da60f16570053edb86bb850618 /drivers/net/e1000/e1000.h
parentbf3cea4d8a1a8deb21d247a0622f1aa54270e0f9 (diff)
e1000: Fix MSI only interrupt handler routine
Unfortunately the read-free MSI interrupt handler needs to flush write the icr register and thus we can't be read-free. Our MSI irq routine thus becomes a lot more simpler since we don't need to track link state anymore. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r--drivers/net/e1000/e1000.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index f091042b146e..8e7acb08d9a3 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -257,7 +257,6 @@ struct e1000_adapter {
257 spinlock_t tx_queue_lock; 257 spinlock_t tx_queue_lock;
258#endif 258#endif
259 atomic_t irq_sem; 259 atomic_t irq_sem;
260 unsigned int detect_link;
261 unsigned int total_tx_bytes; 260 unsigned int total_tx_bytes;
262 unsigned int total_tx_packets; 261 unsigned int total_tx_packets;
263 unsigned int total_rx_bytes; 262 unsigned int total_rx_bytes;