Commit 900cad6e authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Kalle Valo
Browse files

wifi: wl1251: Fix a typo ("boradcast")

parent e6a1c4b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;