On Tue, 12 Apr 2022 16:07:03 +0300 alexandru.tachici@xxxxxxxxxx wrote: > diff --git a/include/linux/phy.h b/include/linux/phy.h > index 36ca2b5c2253..6c3048e2a3ce 100644 > --- a/include/linux/phy.h > +++ b/include/linux/phy.h > @@ -698,6 +698,8 @@ struct phy_device { > u8 mdix; > u8 mdix_ctrl; > > + int pma_extable; > + > void (*phy_link_change)(struct phy_device *phydev, bool up); > void (*adjust_link)(struct net_device *dev); kdoc warning here: include/linux/phy.h:711: warning: Function parameter or member 'pma_extable' not described in 'phy_device' Please allow at least 24h between postings to collect additional feedback.