kernel-hacking-2024-linux-s.../net/wireless/ethtool.h
John W. Linville 4890e3bedd wireless: implement basic ethtool support for cfg80211 devices
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-07 16:39:45 -04:00

8 lines
176 B
C

#ifndef __CFG80211_ETHTOOL__
#define __CFG80211_ETHTOOL__
#include <linux/ethtool.h>
extern const struct ethtool_ops cfg80211_ethtool_ops;
#endif /* __CFG80211_ETHTOOL__ */