mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
[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
@ -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…
x
Reference in New Issue
Block a user