aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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 @@
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
36static int ieee80211_regdom = 0x10; /* FCC */ 37static int ieee80211_regdom = 0x10; /* FCC */
37module_param(ieee80211_regdom, int, 0444); 38module_param(ieee80211_regdom, int, 0444);