aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/ethtool.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2009-09-30 14:50:17 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:45 -0400
commit4890e3beddfb4a6859c4bb782c9cd05dd94ead82 (patch)
treeda00d4f34f6c76acc46c9c44be91d17b0fbbfe02 /net/wireless/ethtool.h
parentf41bb897f202d23a7d896c716002a3d6050b991e (diff)
wireless: implement basic ethtool support for cfg80211 devices
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/ethtool.h')
-rw-r--r--net/wireless/ethtool.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h
new file mode 100644
index 00000000000..70cbee1bc62
--- /dev/null
+++ b/net/wireless/ethtool.h
@@ -0,0 +1,8 @@
+#ifndef __CFG80211_ETHTOOL__
+#define __CFG80211_ETHTOOL__
+
+#include <linux/ethtool.h>
+
+extern const struct ethtool_ops cfg80211_ethtool_ops;
+
+#endif /* __CFG80211_ETHTOOL__ */