projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92e8fa
)
wcn36xx: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:51:17 +0000
(
00:51
+0000)
committer
Kalle Valo
<kvalo@codeaurora.org>
Sun, 26 Jan 2020 14:40:19 +0000
(16:40 +0200)
There is a spelling mistake in a wcn36xx_err 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/wcn36xx/smd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wcn36xx/smd.c
b/drivers/net/wireless/ath/wcn36xx/smd.c
index 523550f94a3f026672955ee6ca014dc25eecd890..77269ac7f35252db14d4cb45a4396b0894dc896d 100644
(file)
--- a/
drivers/net/wireless/ath/wcn36xx/smd.c
+++ b/
drivers/net/wireless/ath/wcn36xx/smd.c
@@
-1620,7
+1620,7
@@
int wcn36xx_smd_send_beacon(struct wcn36xx *wcn, struct ieee80211_vif *vif,
msg_body.beacon_length6 = msg_body.beacon_length + 6;
if (msg_body.beacon_length > BEACON_TEMPLATE_SIZE) {
- wcn36xx_err("Beacon is to big: beacon size=%d\n",
+ wcn36xx_err("Beacon is to
o
big: beacon size=%d\n",
msg_body.beacon_length);
ret = -ENOMEM;
goto out;