summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg2007-06-22 00:16:14 +0200
committerJohn W. Linville2007-07-18 03:50:20 +0200
commit8b8857a3bb93a94230fd205be784b01fa1932c47 (patch)
tree2230d908aa5dcb326a7ba11ef88f4addf767246f /net
parent[PATCH] mac80211: regulatory domain cleanup (diff)
downloadkernel-qcow2-linux-8b8857a3bb93a94230fd205be784b01fa1932c47.tar.gz
kernel-qcow2-linux-8b8857a3bb93a94230fd205be784b01fa1932c47.tar.xz
kernel-qcow2-linux-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')
-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);