Re: [PATCH v7 net-next 10/10] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers

From: Jakub Kicinski
Date: Thu Jul 13 2023 - 22:50:53 EST


On Thu, 13 Jul 2023 15:19:07 +0300 Vladimir Oltean wrote:
> /**
> * struct kernel_hwtstamp_config - Kernel copy of struct hwtstamp_config
> *
> @@ -26,6 +31,7 @@ struct kernel_hwtstamp_config {
> int rx_filter;
> struct ifreq *ifr;
> bool copied_to_user;
> + enum hwtstamp_source source;
> };

source is missing from the kdoc

phy_mii_ioctl() can be in a module so we need a stub / indirection
--
pw-bot: cr