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

Commit 3334c28e authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

mwifiex: fix spelling mistake: "secuirty" -> "security"



Trivial fix to spelling mistake in mwifiex_dbg message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 059c9859
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1977,7 +1977,7 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy,

	if (mwifiex_set_secure_params(priv, bss_cfg, params)) {
		mwifiex_dbg(priv->adapter, ERROR,
			    "Failed to parse secuirty parameters!\n");
			    "Failed to parse security parameters!\n");
		goto out;
	}