Re: [PATCH net] lan78xx: Fix failure in USB Full Speed

2018-01-16 Thread David Miller
From: Yuiko Oshino Date: Mon, 15 Jan 2018 13:24:28 -0500 > Fix initialize the uninitialized tx_qlen to an appropriate value when USB > Full Speed is used. > > Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 > Ethernet device driver") > >

[PATCH net] lan78xx: Fix failure in USB Full Speed

2018-01-15 Thread Yuiko Oshino
Fix initialize the uninitialized tx_qlen to an appropriate value when USB Full Speed is used. Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver") Signed-off-by: Yuiko Oshino --- drivers/net/usb/lan78xx.c | 1 + 1 file