diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-06-21 18:16:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-17 21:50:20 -0400 |
commit | 8b8857a3bb93a94230fd205be784b01fa1932c47 (patch) | |
tree | 2230d908aa5dcb326a7ba11ef88f4addf767246f /net/mac80211 | |
parent | fd8bacc98027aa077ffbf2ecb0c3e930325b01a4 (diff) |
[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')
-rw-r--r-- | net/mac80211/regdomain.c | 1 |
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 @@ | |||
32 | #include <linux/module.h> | 32 | #include <linux/module.h> |
33 | #include <linux/netdevice.h> | 33 | #include <linux/netdevice.h> |
34 | #include <net/mac80211.h> | 34 | #include <net/mac80211.h> |
35 | #include "ieee80211_i.h" | ||
35 | 36 | ||
36 | static int ieee80211_regdom = 0x10; /* FCC */ | 37 | static int ieee80211_regdom = 0x10; /* FCC */ |
37 | module_param(ieee80211_regdom, int, 0444); | 38 | module_param(ieee80211_regdom, int, 0444); |