projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9b08a
)
mac80211: remove linux/wireless.h inclusion
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 13 Jul 2011 08:39:19 +0000
(10:39 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 8 Aug 2011 18:26:27 +0000
(14:26 -0400)
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>
include/net/mac80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/mac80211.h
b/include/net/mac80211.h
index 9259e97864d78f89046cf5d5068ce7b84f3334ef..f8096bb944652c8d25a2715cfd800188e3b3b84e 100644
(file)
--- 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>