]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"
authorJose Alonso <joalonsof@gmail.com>
Mon, 8 Aug 2022 11:35:04 +0000 (08:35 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:17 +0000 (11:18 +0200)
commit6c87113299881042c07c0529ceb648a1998db754
treecff93d0fbb55b24ce20af5e14d6f227e0cc4f4e5
parentd4e17d49046cdc3d810d080eddcb0323a363d1ed
Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"

commit 52373fb43caccf2c2c69334eec076d141c06d29b upstream.

This reverts commit 8aca6c9f21a59251eb7ae61ca5ebd24d7357097f.

The usage of FLAG_SEND_ZLP causes problems to other firmware/hardware
versions that have no issues.

The FLAG_SEND_ZLP is not safe to use in this context.
See:
https://patchwork.ozlabs.org/project/netdev/patch/1270599787.8900.8.camel@Linuxdev4-laptop/#118378
The original problem needs another way to solve.

Fixes: 8aca6c9f21a5 ("net: usb: ax88179_178a needs FLAG_SEND_ZLP")
Cc: stable@vger.kernel.org
Reported-by: Ronald Wahl <ronald.wahl@raritan.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216327
Link: https://bugs.archlinux.org/task/75491
Signed-off-by: Jose Alonso <joalonsof@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/ax88179_178a.c