// SPDX-License-Identifier: GPL-2.0-only /* * NXP Wireless LAN device driver: ethtool * * Copyright 2011-2020 NXP */ #include "main.h" static void mwifiex_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) { … } static int mwifiex_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) { … } const struct ethtool_ops mwifiex_ethtool_ops = …;