Return-path: Received: from mail-wi0-f179.google.com ([209.85.212.179]:44300 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933143AbaDIQag (ORCPT ); Wed, 9 Apr 2014 12:30:36 -0400 Received: by mail-wi0-f179.google.com with SMTP id z2so3553570wiv.0 for ; Wed, 09 Apr 2014 09:30:34 -0700 (PDT) MIME-Version: 1.0 Reply-To: andrea.merello@gmail.com In-Reply-To: <20140409161034.GC29924@tuxdriver.com> References: <877g74i8jv.fsf@purkki.adurom.net> <1396981525-28078-1-git-send-email-andrea.merello@gmail.com> <20140409161034.GC29924@tuxdriver.com> From: Andrea Merello Date: Wed, 9 Apr 2014 18:30:14 +0200 Message-ID: (sfid-20140409_183047_061424_AD69A536) Subject: Re: [PATCH v2 1/4] rtl8180: change module name in rtl818x_pci To: "John W. Linville" Cc: Larry Finger , Kalle Valo , Linux Wireless List , Bernhard Schiffner , Dan Carpenter Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Yes, it is. It seems that at least the wireless ML received it. http://marc.info/?l=linux-wireless&m=139662852419525&w=2 BTW I can resend if you need it. On Wed, Apr 9, 2014 at 6:10 PM, John W. Linville wrote: > I see parts 1, 3, and 4/4. Is there a part 2/4 that I missed? > > On Tue, Apr 08, 2014 at 08:25:25PM +0200, Andrea Merello wrote: >> From: Larry Finger [ original patch ] >> >> rtl8180 driver can handle also rtl8185 and rtl8187SE cards, >> however in userspace tools (network manager) it still appares >> as "rtl8180". >> This might lead the user to think the wrong driver is in use. >> >> This patch changes module name to "rtl818x_pci" that should be >> more explanatory. >> >> Signed-off-by: Larry Finger [ original patch ] >> Signed-off-by: Andrea Merello >> --- >> drivers/net/wireless/rtl818x/rtl8180/Makefile | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/net/wireless/rtl818x/rtl8180/Makefile b/drivers/net/wireless/rtl818x/rtl8180/Makefile >> index 08b056d..21005bd 100644 >> --- a/drivers/net/wireless/rtl818x/rtl8180/Makefile >> +++ b/drivers/net/wireless/rtl818x/rtl8180/Makefile >> @@ -1,5 +1,5 @@ >> -rtl8180-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o >> +rtl818x_pci-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o >> >> -obj-$(CONFIG_RTL8180) += rtl8180.o >> +obj-$(CONFIG_RTL8180) += rtl818x_pci.o >> >> ccflags-y += -Idrivers/net/wireless/rtl818x >> -- >> 1.8.3.2 >> >> > > -- > John W. Linville Someday the world will need a hero, and you > linville@tuxdriver.com might be all we have. Be ready.