From: Johannes Berg <johannes.berg@xxxxxxxxx> In trying to remove the wext includes from mac80211 and cfg80211 I found that mwifiex currently uses them. This is wrong, it shouldn't, but to not break it completely include wext there. Please remove this and fix all the resulting bugs. Cc: Bing Zhao <bzhao@xxxxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- drivers/net/wireless/mwifiex/ioctl.h | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/mwifiex/ioctl.h 2011-07-13 10:29:57.000000000 +0200 +++ b/drivers/net/wireless/mwifiex/ioctl.h 2011-07-13 10:32:42.000000000 +0200 @@ -20,6 +20,7 @@ #ifndef _MWIFIEX_IOCTL_H_ #define _MWIFIEX_IOCTL_H_ +#include <linux/wireless.h> #include <net/mac80211.h> enum { -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html