mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
wifi: wl1251: Fix a typo ("boradcast")
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
This commit is contained in:
parent
e6a1c4b988
commit
900cad6ef1
|
|
@ -373,7 +373,7 @@ int wl1251_hw_init(struct wl1251 *wl)
|
|||
if (ret < 0)
|
||||
goto out_free_data_path;
|
||||
|
||||
/* Beacons and boradcast settings */
|
||||
/* Beacons and broadcast settings */
|
||||
ret = wl1251_hw_init_beacon_broadcast(wl);
|
||||
if (ret < 0)
|
||||
goto out_free_data_path;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user