Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48649 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752975AbbJWQJK (ORCPT ); Fri, 23 Oct 2015 12:09:10 -0400 From: Jes Sorensen To: Xose Vazquez Perez Cc: linux-wireless , Kalle Valo , Larry Finger Subject: Re: [PATCH 1/1] New driver: rtl8xxxu (mac80211) References: <562A3103.705@gmail.com> Date: Fri, 23 Oct 2015 12:09:08 -0400 In-Reply-To: (Jes Sorensen's message of "Fri, 23 Oct 2015 10:00:20 -0400") Message-ID: (sfid-20151023_180918_375752_4E6E3510) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Jes Sorensen writes: > Xose Vazquez Perez writes: >> Jes Sorensen wrote: >> >>> This is an alternate driver for a number of Realtek WiFi USB devices, >>> including RTL8723AU, RTL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU. >>> It was written from scratch utilizing the Linux mac80211 stack. >>>[...] >>>+{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x317f, 0xff, >>> 0xff, 0xff), >>>[...] >>>+{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x317f, 0xff, >>> 0xff, 0xff), >>>[...] >> >> This device was duplicated. Delete one of them. > > You could just have sent me a patch instead of this. I've fixed this in my devel branch. Jes