On Tue, 4 Jul 2017 17:13:30 +0100 Ferruh Yigit <ferruh.yi...@intel.com> wrote:
> +static int unci_check_if_running(struct net_device *dev) > +{ > + return 0; > +} Don't define stub for this. If you leave ethtool_get_link as NULL it will do the right thing.