Re: [PATCH net-next] net: usb: sr9700: remove code to drive nonexistent multicast filter
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 04:18:11
Also in:
linux-usb
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 04:18:11
Also in:
linux-usb
On Mon, Jan 26, 2026 at 7:26 PM Jakub Kicinski [off-list ref] wrote:
quoted
+ else if (netdev->flags & IFF_ALLMULTI || netdev_mc_count(netdev) > 0)nit: netdev_mc_empty()
Hi, Jakub, Thanks for noticing - I don't know how I missed that, given that the original code was using it. I have adjusted this patch to use netdev_mc_empty. It is now part of a series of sr9700 patches I'm still working on, and the multicast filter removal is separate from the other changes. Ethan