aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/spider_net.h
diff options
context:
space:
mode:
authorLinas Vepstas <linas@austin.ibm.com>2006-12-13 16:10:06 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-05 16:58:44 -0500
commit75856175c26f89198ec64eb2480ed00c4a39a5d6 (patch)
tree02eb736222b7348f1dc959347949bdcd37120714 /drivers/net/spider_net.h
parent5a028877d2a350ebba3cda924cbf7f3bd2eb2135 (diff)
Spidernet remove rxramfull tasklet
Get rid of the rxramfull tasklet, and let the NAPI poll routine deal with this situation. (The rxramfull interrupt is simply stating that the h/w has run out of room for incoming packets). Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Cc: James K Lewis <jklewis@us.ibm.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/spider_net.h')
-rw-r--r--drivers/net/spider_net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/spider_net.h b/drivers/net/spider_net.h
index 0810e12e210b..2fec5cf76926 100644
--- a/drivers/net/spider_net.h
+++ b/drivers/net/spider_net.h
@@ -442,7 +442,6 @@ struct spider_net_card {
442 struct spider_net_descr_chain rx_chain; 442 struct spider_net_descr_chain rx_chain;
443 struct spider_net_descr *low_watermark; 443 struct spider_net_descr *low_watermark;
444 444
445 struct tasklet_struct rxram_full_tl;
446 struct timer_list tx_timer; 445 struct timer_list tx_timer;
447 struct work_struct tx_timeout_task; 446 struct work_struct tx_timeout_task;
448 atomic_t tx_timeout_task_counter; 447 atomic_t tx_timeout_task_counter;