diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-07-13 12:39:19 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 22:26:27 +0400 |
commit | 7c966a6de5be35737038cd71be7a3e36470aa52f (patch) | |
tree | 251ec899fb6b848fc99a5f7963a3551d648341c6 /include | |
parent | bb9b08af06fd6afa6fc77068a81a8ef8b167cdc3 (diff) | |
download | linux-7c966a6de5be35737038cd71be7a3e36470aa52f.tar.xz |
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')
-rw-r--r-- | include/net/mac80211.h | 1 |
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> |