projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a1c4b
)
wifi: wl1251: Fix a typo ("boradcast")
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Sun, 29 Jan 2023 12:49:18 +0000
(13:49 +0100)
committer
Kalle Valo
<kvalo@kernel.org>
Mon, 13 Feb 2023 15:14:41 +0000
(17:14 +0200)
It should be "broadcast".
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://lore.kernel.org/r/20230129124919.1305057-1-j.neuschaefer@gmx.net
drivers/net/wireless/ti/wl1251/init.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wl1251/init.c
b/drivers/net/wireless/ti/wl1251/init.c
index a19cce3a7e6f03ea6da7429155304cb4e011944a..5663f197ea69fae26dd9899b4746555292f09754 100644
(file)
--- a/
drivers/net/wireless/ti/wl1251/init.c
+++ b/
drivers/net/wireless/ti/wl1251/init.c
@@
-373,7
+373,7
@@
int wl1251_hw_init(struct wl1251 *wl)
if (ret < 0)
goto out_free_data_path;
- /* Beacons and b
or
adcast settings */
+ /* Beacons and b
ro
adcast settings */
ret = wl1251_hw_init_beacon_broadcast(wl);
if (ret < 0)
goto out_free_data_path;