Message ID | Z7Rf2daOaf778TOg@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: further cleanups | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 18 Feb 2025 10:24:25 +0000 you wrote: > Hi, > > This small series does further cleanups to the stmmac driver: > > 1. Name priv->pause to indicate that it's a timeout and clarify the > units of the "pause" module parameter > 2. Remove useless priv->flow_ctrl member and deprecate the useless > "flow_ctrl" module parameter > 3. Fix long-standing signed-ness issue with "speed" passed around the > driver from the mac_link_up method. > > [...] Here is the summary with links: - [net-next,1/3] net: stmmac: clarify priv->pause and pause module parameter https://git.kernel.org/netdev/net-next/c/ff1a9b2e311f - [net-next,2/3] net: stmmac: remove useless priv->flow_ctrl https://git.kernel.org/netdev/net-next/c/bc9d75b0aaed - [net-next,3/3] net: stmmac: "speed" passed to fix_mac_speed is an int https://git.kernel.org/netdev/net-next/c/ac9a8587edc7 You are awesome, thank you!