diff options
Diffstat (limited to 'net/wireless/ethtool.h')
-rw-r--r-- | net/wireless/ethtool.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h new file mode 100644 index 000000000000..70cbee1bc62e --- /dev/null +++ b/net/wireless/ethtool.h | |||
@@ -0,0 +1,8 @@ | |||
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__ */ | ||