Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bc91db8 authored by Mihai Moldovan's avatar Mihai Moldovan Committed by John W. Linville
Browse files

wireless: fix a typo in ignore_reg_update



Just a typo fix changing regulaotry to regulatory.

Signed-off-by: default avatarMihai Moldovan <ionic@ionic.de>
CC: John W. Linville <linville@tuxdriver.com>
CC: Mohammed Shafi <shafi.wireless@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e61b52d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;