From: Akinobu Mita <akinobu.m...@gmail.com> Date: Wed, 11 May 2016 15:30:26 +0900
> This increases TX timeout period from one second to 5 seconds which is > default value defined in net/sched/sch_generic.c. > > The one second timeout is too short for W5100 with SPI interface mode > which doesn't support burst READ/WRITE processing in the SPI transfer. > If the packet is transmitted while RX packets are being received at a > very high rate, the TX transmittion work in the workqueue is delayed > and the watchdog timer is expired. > > Signed-off-by: Akinobu Mita <akinobu.m...@gmail.com> It would be just cleaner to just remove the assignment completely, and let said net/sched/sch_generic.c code set the default for you.