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

Commit 3c325fbd authored by Masanari Iida's avatar Masanari Iida Committed by Kalle Valo
Browse files

ath6kl: Fix typo in cfg80211.c



Correct spelling "spported" to "supported" in
drivers/net/wireless/ath/ath6kl/cfg80211.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent cca4d5ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ static int ath6kl_set_auth_type(struct ath6kl_vif *vif,
		break;

	default:
		ath6kl_err("%s: 0x%x not spported\n", __func__, auth_type);
		ath6kl_err("%s: 0x%x not supported\n", __func__, auth_type);
		return -ENOTSUPP;
	}