aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/regdomain.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-06-22 00:16:14 +0200
committerJohn W. Linville <linville@tuxdriver.com>2007-07-17 21:50:20 -0400
commit8b8857a3bb93a94230fd205be784b01fa1932c47 (patch)
tree2230d908aa5dcb326a7ba11ef88f4addf767246f /net/mac80211/regdomain.c
parent[PATCH] mac80211: regulatory domain cleanup (diff)
downloadlinux-dev-8b8857a3bb93a94230fd205be784b01fa1932c47.tar.xz
linux-dev-8b8857a3bb93a94230fd205be784b01fa1932c47.zip
[PATCH] mac80211: regdomain.c needs to include ieee80211_i.h
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/regdomain.c')
-rw-r--r--net/mac80211/regdomain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/regdomain.c b/net/mac80211/regdomain.c
index 32e5dca6b6b9..b697a2afbb4b 100644
--- 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);