aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-07-13 10:39:19 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-08-08 14:26:27 -0400
commit7c966a6de5be35737038cd71be7a3e36470aa52f (patch)
tree251ec899fb6b848fc99a5f7963a3551d648341c6 /include/net/mac80211.h
parentmwifiex: add wext include (diff)
downloadlinux-dev-7c966a6de5be35737038cd71be7a3e36470aa52f.tar.xz
linux-dev-7c966a6de5be35737038cd71be7a3e36470aa52f.zip
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>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 9259e97864d7..f8096bb94465 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -16,7 +16,6 @@
#include <linux/kernel.h>
#include <linux/if_ether.h>
#include <linux/skbuff.h>
-#include <linux/wireless.h>
#include <linux/device.h>
#include <linux/ieee80211.h>
#include <net/cfg80211.h>