diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-07-13 04:39:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 14:26:27 -0400 |
commit | 7c966a6de5be35737038cd71be7a3e36470aa52f (patch) | |
tree | 251ec899fb6b848fc99a5f7963a3551d648341c6 /include | |
parent | bb9b08af06fd6afa6fc77068a81a8ef8b167cdc3 (diff) |
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 @@ | |||
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | #include <linux/if_ether.h> | 17 | #include <linux/if_ether.h> |
18 | #include <linux/skbuff.h> | 18 | #include <linux/skbuff.h> |
19 | #include <linux/wireless.h> | ||
20 | #include <linux/device.h> | 19 | #include <linux/device.h> |
21 | #include <linux/ieee80211.h> | 20 | #include <linux/ieee80211.h> |
22 | #include <net/cfg80211.h> | 21 | #include <net/cfg80211.h> |