dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Johannes Berg 2007-06-22 00:16:14 +02:00 committed by John W. Linville
parent fd8bacc980
commit 8b8857a3bb
1 changed files with 1 additions and 0 deletions

View File

@ -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);