Re: [PATCH] libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer

2019-02-19 Thread Kalle Valo
Lubomir Rintel wrote: > It doesn't make sense and the USB core warns on each submit of such > URB, easily flooding the message buffer with tracebacks. > > Analogous issue was fixed in regular libertas driver in commit 6528d8804780 > ("libertas: don't set URB_ZERO_PACKET on IN USB transfer"). >

Re: [PATCH] libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer

2019-02-11 Thread Steve deRosier
On Sun, Feb 10, 2019 at 11:48 AM Lubomir Rintel wrote: > > It doesn't make sense and the USB core warns on each submit of such > URB, easily flooding the message buffer with tracebacks. > > Analogous issue was fixed in regular libertas driver in commit 6528d8804780 > ("libertas: don't set URB_ZERO

[PATCH] libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer

2019-02-10 Thread Lubomir Rintel
It doesn't make sense and the USB core warns on each submit of such URB, easily flooding the message buffer with tracebacks. Analogous issue was fixed in regular libertas driver in commit 6528d8804780 ("libertas: don't set URB_ZERO_PACKET on IN USB transfer"). Cc: sta...@vger.kernel.org Signed-of