OSDN Git Service

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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Aug 2022 08:28:56 +0000 (09:28 +0100)
commit6fd2c17fb6e02a8c0ab51df1cfec82ce96b8e83d
tree01bbf5c1c0d3f49e56066a08c10ed11046ec5479
parent2cd0e8dba7a529a7706d1e81209f98a6351f8ad0
Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"

This reverts commit 36a15e1cb134c0395261ba1940762703f778438c.

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: 36a15e1cb134 ("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>
drivers/net/usb/ax88179_178a.c