Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad480137 authored by Masanari Iida's avatar Masanari Iida Committed by Kalle Valo
Browse files

wireless: fix typos in mwifiex and rtlwifi



This patch fix some spelling typo in drivers/net/wirless

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 91457eaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ static int mwifiex_tdls_add_vht_oper(struct mwifiex_private *priv,
		if (sta_ptr->tdls_cap.extcap.ext_capab[7] &
		   WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED) {
			dev_dbg(adapter->dev,
				"TDLS peer doesn't support wider bandwitdh\n");
				"TDLS peer doesn't support wider bandwidth\n");
			return 0;
		}
	} else {
+1 −1
Original line number Diff line number Diff line
@@ -875,7 +875,7 @@ static void _rtl92ee_c2h_content_parsing(struct ieee80211_hw *hw, u8 c2h_cmd_id,
		break;
	default:
		RT_TRACE(rtlpriv, COMP_FW, DBG_TRACE,
			 "[C2H], Unkown packet!! CmdId(%#X)!\n", c2h_cmd_id);
			 "[C2H], Unknown packet!! CmdId(%#X)!\n", c2h_cmd_id);
		break;
	}
}
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ static void _rtl8723be_c2h_content_parsing(struct ieee80211_hw *hw,
		break;
	default:
		RT_TRACE(rtlpriv, COMP_FW, DBG_TRACE,
			 "[C2H], Unkown packet!! CmdId(%#X)!\n", c2h_cmd_id);
			 "[C2H], Unknown packet!! CmdId(%#X)!\n", c2h_cmd_id);
		break;
	}
}