Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac80211: remove linux/wireless.h inclusion

linux/wireless.h is for wireless extensions only, so
mac80211 shouldn't include it since it uses cfg80211.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Johannes Berg and committed by
John W. Linville
7c966a6d bb9b08af

-1
-1
include/net/mac80211.h
··· 16 16 #include <linux/kernel.h> 17 17 #include <linux/if_ether.h> 18 18 #include <linux/skbuff.h> 19 - #include <linux/wireless.h> 20 19 #include <linux/device.h> 21 20 #include <linux/ieee80211.h> 22 21 #include <net/cfg80211.h>