ath10k: fix spelling mistake "eanble" -> "enable"
There is a spelling mistake in a ath10k_warn warning message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
1340cc631b
commit
0976465900
@ -7433,7 +7433,7 @@ static bool ath10k_mac_set_vht_bitrate_mask_fixup(struct ath10k *ar,
|
||||
err = ath10k_wmi_peer_set_param(ar, arvif->vdev_id, sta->addr,
|
||||
WMI_PEER_PARAM_FIXED_RATE, rate);
|
||||
if (err)
|
||||
ath10k_warn(ar, "failed to eanble STA %pM peer fixed rate: %d\n",
|
||||
ath10k_warn(ar, "failed to enable STA %pM peer fixed rate: %d\n",
|
||||
sta->addr, err);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user