]> 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>
Wed, 17 Aug 2022 12:24:31 +0000 (14:24 +0200)
commitd04e5fc909dd73e1da1316071bac5e2c9525b6d6
treecd4fe0115f9ed50727b5cec45d71e06bb155e050
parent7f3f2a3273ed5b6dc52fcbd5dfa67439f21e1c2a
Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"

commit 91d7b3167eba63927a5d7b3b8f59fe14c5c61316 upstream.

This reverts commit 25855cda31d6def26952aebba6d4f96c285e9d62.

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: 25855cda31d6 ("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