cfg80211: fix typo on message after intersection
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
3e0c3ff36c
commit
039498c6ec
1 changed files with 1 additions and 1 deletions
|
@ -1295,7 +1295,7 @@ static void print_regdomain(const struct ieee80211_regdomain *rd)
|
|||
"domain intersected: \n");
|
||||
} else
|
||||
printk(KERN_INFO "cfg80211: Current regulatory "
|
||||
"intersected: \n");
|
||||
"domain intersected: \n");
|
||||
} else if (is_world_regdom(rd->alpha2))
|
||||
printk(KERN_INFO "cfg80211: World regulatory "
|
||||
"domain updated:\n");
|
||||
|
|
Loading…
Reference in a new issue