wifi: wl1251: Fix a typo ("boradcast")
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sun, 29 Jan 2023 12:49:18 +0000 (13:49 +0100)
committerKalle 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

index a19cce3..5663f19 100644 (file)
@@ -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;