|
@@ -32,6 +32,7 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/netdevice.h>
|
|
#include <linux/netdevice.h>
|
|
#include <net/mac80211.h>
|
|
#include <net/mac80211.h>
|
|
|
|
+#include "ieee80211_i.h"
|
|
|
|
|
|
static int ieee80211_regdom = 0x10; /* FCC */
|
|
static int ieee80211_regdom = 0x10; /* FCC */
|
|
module_param(ieee80211_regdom, int, 0444);
|
|
module_param(ieee80211_regdom, int, 0444);
|