Commit f76c3408 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"



There is a spelling mistake in one of the fields in the btc_coexist struct,
fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c5f98524
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -862,7 +862,7 @@ static void btc8192e2ant_set_sw_rf_rx_lpf_corner(struct btc_coexist *btcoexist,
		/* Resume RF Rx LPF corner
		 * After initialized, we can use coex_dm->btRf0x1eBackup
		 */
		if (btcoexist->initilized) {
		if (btcoexist->initialized) {
			RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
				 "[BTCoex], Resume RF Rx LPF corner!!\n");
			btcoexist->btc_set_rf_reg(btcoexist, BTC_RF_A, 0x1e,
+1 −1
Original line number Diff line number Diff line
@@ -1461,7 +1461,7 @@ void exhalbtc_init_coex_dm(struct btc_coexist *btcoexist)
			ex_btc8192e2ant_init_coex_dm(btcoexist);
	}

	btcoexist->initilized = true;
	btcoexist->initialized = true;
}

void exhalbtc_ips_notify(struct btc_coexist *btcoexist, u8 type)
+1 −1
Original line number Diff line number Diff line
@@ -679,7 +679,7 @@ struct btc_coexist {
	bool auto_report_2ant;
	bool dbg_mode_1ant;
	bool dbg_mode_2ant;
	bool initilized;
	bool initialized;
	bool stop_coex_dm;
	bool manual_control;
	struct btc_statistics statistics;