]> git.proxmox.com Git - mirror_qemu.git/commit
usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER request
authorMichael Brown <mcb30@ipxe.org>
Tue, 6 Sep 2022 18:30:51 +0000 (19:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Sep 2022 05:32:30 +0000 (07:32 +0200)
commit954cbf7bb53476e99091f9c99a8014af2491f6ef
treeb88408bd6cb8e5005a6f19efa954c22a8fb46ddf
parenta89003780d0a96b79314da4a4cdb148ff1dcb397
usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER request

The USB_CDC_SET_ETHERNET_PACKET_FILTER request is mandatory for
CDC-ECM devices.  Accept this request, ignoring the actual filter
value (to match the existing behaviour for RNDIS).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
Message-Id: <20220906183053.3625472-3-mcb30@ipxe.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-network.c