mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 20:29:20 +00:00
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:
parent
1239cd58d2
commit
2df78167ad
3 changed files with 2 additions and 3 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue