Re: [PATCH net-next] net: usb: sr9700: remove code to drive nonexistent multicast filter
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 05:37:59
Also in:
linux-usb
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 05:37:59
Also in:
linux-usb
On Mon, Jan 26, 2026 at 5:42 AM Simon Horman [off-list ref] wrote:
I would slightly lean towards splitting this patch up, say one for the multicast changes and removal of related #defines, and another for the remainder of the #define clean-up. But that notwithstanding this looks good to me. Reviewed-by: Simon Horman <horms@kernel.org>
Hi, Simon, Thanks for your feedback. Would it be appropriate for me to reuse your Reviewed-by tag for my split patch? (The only other change is to use netdev_mc_empty instead of checking if netdev_mc_count > 0.) Ethan