From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [PATCH] rtl8xxxu: Add rtl8188ctv support Date: Tue, 4 Sep 2018 13:08:41 -0400 Message-ID: <3be649f2-3f55-c11c-f31e-02ba68ed4103@gmail.com> References: <20180830140541.31964-1-mamlinav@gmail.com> <20180904081619.7353B606AC@smtp.codeaurora.org> <53022e37-e9dc-1cf8-ec3c-4df668f3c045@gmail.com> <20180904192338.e9be91d4be447e33acefed5a@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Kalle Valo , "David S . Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Aleksei Mamlin Return-path: In-Reply-To: <20180904192338.e9be91d4be447e33acefed5a@gmail.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 09/04/2018 12:23 PM, Aleksei Mamlin wrote: > On Tue, 4 Sep 2018 11:36:50 -0400 > Jes Sorensen wrote: > >> On 09/04/2018 04:16 AM, Kalle Valo wrote: >>> Aleksei Mamlin wrote: >>> >>>> The Realtek rtl8188ctv (0x0bda:0x018a) is a highly integrated single-chip >>>> WLAN USB2.0 network interface controller. >>>> >>>> Currently rtl8188ctv is supported by rtlwifi driver. >>>> It is similar to the rtl8188cus(0x0bda:0x818a) and uses the same config. >>>> >>>> Signed-off-by: Aleksei Mamlin >>> >>> Patch applied to wireless-drivers-next.git, thanks. >>> >>> 514502c3a70b rtl8xxxu: Add rtl8188ctv support >> >> Looks good to me too - assume it's been tested? >> > > Yes, tested on my ARM tablet. It successfully connected to my home router > using wpa_supplicant. There is dmesg output: Awesome, glad to hear it's working! Jes