Re: [PATCH net-next v9 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
Maxime Chevallier <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 7/17/26 08:54, Christian Marangi wrote: > Add in phylink struct a copy of supported_interfaces from phylink_config > and make use of that instead of relying on phylink_config value. > > This in preparation for support of PCS handling internally to phylink > where a PCS can be removed or added after the phylink is created and we > need both a reference of the supported_interfaces value from > phylink_config and an internal value that can be updated with the new > PCS info. > > Signed-off-by: Christian Marangi <[email protected]> Tested-by: Maxime Chevallier <[email protected]> Reviewed-by: Maxime Chevallier <[email protected]> Maxime