From: Johannes Berg <johannes.berg@xxxxxxxxx> linux/wireless.h and net/iw_handler.h headers are for wireless extensions only, so mac80211 drivers shouldn't be including them. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- drivers/net/wireless/b43legacy/b43legacy.h | 1 - drivers/net/wireless/b43legacy/main.c | 1 - 2 files changed, 2 deletions(-) --- a/drivers/net/wireless/b43legacy/b43legacy.h 2011-07-13 10:10:08.000000000 +0200 +++ b/drivers/net/wireless/b43legacy/b43legacy.h 2011-07-13 10:10:12.000000000 +0200 @@ -14,7 +14,6 @@ #include <linux/ssb/ssb.h> #include <linux/ssb/ssb_driver_chipcommon.h> -#include <linux/wireless.h> #include <net/mac80211.h> #include "debugfs.h" --- a/drivers/net/wireless/b43legacy/main.c 2011-07-13 10:10:08.000000000 +0200 +++ b/drivers/net/wireless/b43legacy/main.c 2011-07-13 10:10:14.000000000 +0200 @@ -35,7 +35,6 @@ #include <linux/if_arp.h> #include <linux/etherdevice.h> #include <linux/firmware.h> -#include <linux/wireless.h> #include <linux/workqueue.h> #include <linux/sched.h> #include <linux/skbuff.h> -- 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