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

Trivial fix to spelling mistake in mwifiex_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Colin Ian King 2017-06-28 16:50:54 +01:00 committed by Kalle Valo
parent 059c98599b
commit 3334c28ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}