瀏覽代碼

[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>
Johannes Berg 18 年之前
父節點
當前提交
8b8857a3bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/mac80211/regdomain.c

+ 1 - 0
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);