mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +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
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;
|
||||
|
||||
card->netdev->trans_start = jiffies; /* set netdev watchdog timer */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue