projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd8bacc
)
[PATCH] mac80211: regdomain.c needs to include ieee80211_i.h
author
Johannes Berg
<johannes@sipsolutions.net>
Thu, 21 Jun 2007 22:16:14 +0000
(
00:16
+0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 18 Jul 2007 01:50:20 +0000
(21:50 -0400)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/regdomain.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/regdomain.c
b/net/mac80211/regdomain.c
index 32e5dca6b6b96be76690a9d5fd0961e2c68d9f23..b697a2afbb4b1d53fc3cb7d1d59200ee9ca39fbd 100644
(file)
--- a/
net/mac80211/regdomain.c
+++ b/
net/mac80211/regdomain.c
@@
-32,6
+32,7
@@
#include <linux/module.h>
#include <linux/netdevice.h>
#include <net/mac80211.h>
+#include "ieee80211_i.h"
static int ieee80211_regdom = 0x10; /* FCC */
module_param(ieee80211_regdom, int, 0444);