[PATCH] powerpc/cell spidernet add missing netdev watchdog
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>
This commit is contained in:
parent
808999c9a4
commit
917a5b8e64
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ spider_net_prepare_tx_descr(struct spider_net_card *card,
|
||||||
|
|
||||||
descr->prev->next_descr_addr = descr->bus_addr;
|
descr->prev->next_descr_addr = descr->bus_addr;
|
||||||
|
|
||||||
|
card->netdev->trans_start = jiffies; /* set netdev watchdog timer */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue