> +static void ksz9477_phy_setup(struct ksz_device *dev, int port, > + struct phy_device *phy) > +{ > + if (port < dev->phy_port_cnt) { > + /* SUPPORTED_Asym_Pause and SUPPORTED_Pause can be removed to > + * disable flow control when rate limiting is used. > + */ > + phy->advertising = phy->supported; > + } > +} > +
This has nothing to do with MIB counters. Other than that, is this the same as Tristram's recent submission? Maybe once the comments have been addressed, we can merge that version? Thanks Andrew