|
@@ -638,7 +638,7 @@ static void print_regdomain(const struct ieee80211_regdomain *rd)
|
|
|
print_rd_rules(rd);
|
|
|
}
|
|
|
|
|
|
-void print_regdomain_info(const struct ieee80211_regdomain *rd)
|
|
|
+static void print_regdomain_info(const struct ieee80211_regdomain *rd)
|
|
|
{
|
|
|
printk(KERN_INFO "cfg80211: Regulatory domain: %c%c\n",
|
|
|
rd->alpha2[0], rd->alpha2[1]);
|