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

Commit aa66ba0c authored by Ben Greear's avatar Ben Greear Committed by Kalle Valo
Browse files

ath10k: fix typo in logging message

parent 2f38c3c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2793,7 +2793,7 @@ static void ath10k_bss_disassoc(struct ieee80211_hw *hw,

	ret = ath10k_wmi_vdev_down(ar, arvif->vdev_id);
	if (ret)
		ath10k_warn(ar, "faield to down vdev %i: %d\n",
		ath10k_warn(ar, "failed to down vdev %i: %d\n",
			    arvif->vdev_id, ret);

	arvif->def_wep_key_idx = -1;