Re: [PATCH net-next v2] net: spacemit: Remove broken flow control support
From: Andrew Lunn
Date: Mon Nov 24 2025 - 19:22:02 EST
On Mon, Nov 24, 2025 at 01:28:27PM +0800, Vivian Wang wrote:
> The current flow control implementation doesn't handle autonegotiation
> and ethtool operations properly. Remove it for now so we don't claim
> support for something that doesn't really work. A better implementation
> will be sent in future patches.
>
> Fixes: bfec6d7f2001 ("net: spacemit: Add K1 Ethernet MAC")
> Signed-off-by: Vivian Wang <wangruikang@xxxxxxxxxxx>
> ---
> Starting at v2 as this is the net-next successor of:
If this is for net-next, and not for backporting to stable, you should
not have a Fixes: tag.
Otherwise it looks O.K.
Andrew