commit | 4890e3beddfb4a6859c4bb782c9cd05dd94ead82 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Wed Sep 30 14:50:17 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 07 16:39:45 2009 -0400 |
tree | da00d4f34f6c76acc46c9c44be91d17b0fbbfe02 | |
parent | f41bb897f202d23a7d896c716002a3d6050b991e [diff] [blame] |
wireless: implement basic ethtool support for cfg80211 devices Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h new file mode 100644 index 0000000..70cbee1 --- /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__ */