Skip to content

Commit

Permalink
wireless: fix a typo in ignore_reg_update
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mihai Moldovan authored and John W. Linville committed Jul 26, 2011
1 parent e61b52d commit 5bc91db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5bc91db

Please sign in to comment.