Message ID | 1254863240-14780-4-git-send-email-linville@tuxdriver.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 6f4862b..14915ea 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -18,6 +18,7 @@ #include <linux/nl80211.h> #include <linux/if_ether.h> #include <linux/ieee80211.h> +#include <linux/ethtool.h> #include <net/regulatory.h> /* remove once we remove the wext stuff */ diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h index 70cbee1..695ecad 100644 --- a/net/wireless/ethtool.h +++ b/net/wireless/ethtool.h @@ -1,8 +1,6 @@ #ifndef __CFG80211_ETHTOOL__ #define __CFG80211_ETHTOOL__ -#include <linux/ethtool.h> - extern const struct ethtool_ops cfg80211_ethtool_ops; #endif /* __CFG80211_ETHTOOL__ */