Skip to content

Commit

Permalink
[PATCH] powerpc/cell spidernet add missing netdev watchdog
Browse files Browse the repository at this point in the history
Set the netdev watchdog timer.

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>
  • Loading branch information
Linas Vepstas authored and Jeff Garzik committed Oct 11, 2006
1 parent 808999c commit 917a5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ spider_net_prepare_tx_descr(struct spider_net_card *card,

descr->prev->next_descr_addr = descr->bus_addr;

card->netdev->trans_start = jiffies; /* set netdev watchdog timer */
return 0;
}

Expand Down

0 comments on commit 917a5b8

Please sign in to comment.