wireless: fix a few sparse warnings
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
1239cd58d2
commit
2df78167ad
@ -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]);
|
||||
|
Reference in New Issue
Block a user