wireless: implement basic ethtool support for cfg80211 devices
[linux-block.git] / net / wireless / ethtool.h
1 #ifndef __CFG80211_ETHTOOL__
2 #define __CFG80211_ETHTOOL__
3
4 #include <linux/ethtool.h>
5
6 extern const struct ethtool_ops cfg80211_ethtool_ops;
7
8 #endif /* __CFG80211_ETHTOOL__ */