From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 21 Jun 2007 22:16:14 +0000 (+0200)
Subject: [PATCH] mac80211: regdomain.c needs to include ieee80211_i.h
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b8857a3bb93a94230fd205be784b01fa1932c47;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

[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>
---

diff --git a/net/mac80211/regdomain.c b/net/mac80211/regdomain.c
index 32e5dca6b6b..b697a2afbb4 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);