Merge branch 'net-stmmac-further-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Thu, 20 Feb 2025 02:57:31 +0000 (18:57 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Feb 2025 02:57:55 +0000 (18:57 -0800)
Russell King says:

====================
net: stmmac: further cleanups

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.
====================

Link: https://patch.msgid.link/Z7Rf2daOaf778TOg@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge