diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-09-30 14:50:17 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:45 -0400 |
commit | 4890e3beddfb4a6859c4bb782c9cd05dd94ead82 (patch) | |
tree | da00d4f34f6c76acc46c9c44be91d17b0fbbfe02 /net/wireless/ethtool.h | |
parent | f41bb897f202d23a7d896c716002a3d6050b991e (diff) | |
download | blackbird-obmc-linux-4890e3beddfb4a6859c4bb782c9cd05dd94ead82.tar.gz blackbird-obmc-linux-4890e3beddfb4a6859c4bb782c9cd05dd94ead82.zip |
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.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 @@ +#ifndef __CFG80211_ETHTOOL__ +#define __CFG80211_ETHTOOL__ + +#include <linux/ethtool.h> + +extern const struct ethtool_ops cfg80211_ethtool_ops; + +#endif /* __CFG80211_ETHTOOL__ */ |