projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7210b4b
)
ath11k: Fix spelling mistake "incompaitiblity" -> "incompatibility"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 6 Oct 2021 08:32:17 +0000
(09:32 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 7 Oct 2021 14:52:20 +0000
(17:52 +0300)
There is a spelling mistake in an ath11k_warn message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/20211006083217.349596-1-colin.king@canonical.com
drivers/net/wireless/ath/ath11k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/mac.c
b/drivers/net/wireless/ath/ath11k/mac.c
index 31f0cfba5bf5b4fd8a96a284f98b969ee9a3c3b4..89ab2fa7557cecb0483930e036cfcf1c48ed4bd0 100644
(file)
--- a/
drivers/net/wireless/ath/ath11k/mac.c
+++ b/
drivers/net/wireless/ath/ath11k/mac.c
@@
-7081,7
+7081,7
@@
ath11k_mac_op_set_bitrate_mask(struct ieee80211_hw *hw,
if (!ath11k_mac_validate_vht_he_fixed_rate_settings(ar, band, mask))
ath11k_warn(ar->ab,
- "could not update fixed rate settings to all peers due to mcs/nss incompa
itib
lity\n");
+ "could not update fixed rate settings to all peers due to mcs/nss incompa
tibi
lity\n");
nss = min_t(u32, ar->num_tx_chains,
max(max(ath11k_mac_max_ht_nss(ht_mcs_mask),
ath11k_mac_max_vht_nss(vht_mcs_mask)),