dect
/
linux-2.6
Archived
13
0
Fork 0

wireless: fix a typo in ignore_reg_update

Just a typo fix changing regulaotry to regulatory.

Signed-off-by: Mihai Moldovan <ionic@ionic.de>
CC: John W. Linville <linville@tuxdriver.com>
CC: Mohammed Shafi <shafi.wireless@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Mihai Moldovan 2011-07-25 11:18:58 +02:00 committed by John W. Linville
parent e61b52d130
commit 5bc91db893
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ static bool ignore_reg_update(struct wiphy *wiphy,
initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
!is_world_regdom(last_request->alpha2)) {
REG_DBG_PRINT("Ignoring regulatory request %s "
"since the driver requires its own regulaotry "
"since the driver requires its own regulatory "
"domain to be set first",
reg_initiator_name(initiator));
return true;