projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1340cc6
)
ath10k: fix spelling mistake "eanble" -> "enable"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 13 Sep 2019 07:43:39 +0000
(08:43 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 17 Sep 2019 14:12:54 +0000
(17:12 +0300)
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>
drivers/net/wireless/ath/ath10k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/mac.c
b/drivers/net/wireless/ath/ath10k/mac.c
index
578d1c0
..
f7a318e
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/mac.c
+++ b/
drivers/net/wireless/ath/ath10k/mac.c
@@
-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 e
an
ble STA %pM peer fixed rate: %d\n",
+ ath10k_warn(ar, "failed to e
na
ble STA %pM peer fixed rate: %d\n",
sta->addr, err);
return true;