2010-12-16 15:13:24

by Larry Finger

[permalink] [raw]
Subject: [PATCH] rtl8192ce: Update MAINTAINERS

Signed-off-by: Larry Finger <[email protected]>
---

Index: wireless-testing/MAINTAINERS
===================================================================
--- wireless-testing.orig/MAINTAINERS
+++ wireless-testing/MAINTAINERS
@@ -5055,6 +5055,16 @@ T: git git://git.kernel.org/pub/scm/linu
S: Maintained
F: drivers/net/wireless/rtl818x/rtl8187*

+RTL8192CE WIRELESS DRIVER
+M: Larry Finger <[email protected]>
+M: Chaoming Li <[email protected]>
+L: [email protected]
+W: http://linuxwireless.org/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
+S: Maintained
+F: drivers/net/wireless/rtlwifi/
+F: drivers/net/wireless/rtl8192ce/
+
S3 SAVAGE FRAMEBUFFER DRIVER
M: Antonino Daplas <[email protected]>
L: [email protected]


2010-12-17 19:17:26

by Hauke Mehrtens

[permalink] [raw]
Subject: Re: [PATCH] rtl8192ce: Update MAINTAINERS

On 12/16/2010 04:13 PM, Larry Finger wrote:
> Signed-off-by: Larry Finger <[email protected]>
> ---
>
> Index: wireless-testing/MAINTAINERS
> ===================================================================
> --- wireless-testing.orig/MAINTAINERS
> +++ wireless-testing/MAINTAINERS
> @@ -5055,6 +5055,16 @@ T: git git://git.kernel.org/pub/scm/linu
> S: Maintained
> F: drivers/net/wireless/rtl818x/rtl8187*
>
> +RTL8192CE WIRELESS DRIVER
> +M: Larry Finger <[email protected]>
> +M: Chaoming Li <[email protected]>
> +L: [email protected]
> +W: http://linuxwireless.org/
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> +S: Maintained
> +F: drivers/net/wireless/rtlwifi/
> +F: drivers/net/wireless/rtl8192ce/
This path is wrong, it should be drivers/net/wireless/rtlwifi/rtl8192ce/
at least the driver is not in rivers/net/wireless/rtl8192ce/.

Hauke

2010-12-17 19:24:39

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] rtl8192ce: Update MAINTAINERS

On 12/17/2010 01:17 PM, Hauke Mehrtens wrote:
> On 12/16/2010 04:13 PM, Larry Finger wrote:
>> Signed-off-by: Larry Finger <[email protected]>
>> ---
>>
>> Index: wireless-testing/MAINTAINERS
>> ===================================================================
>> --- wireless-testing.orig/MAINTAINERS
>> +++ wireless-testing/MAINTAINERS
>> @@ -5055,6 +5055,16 @@ T: git git://git.kernel.org/pub/scm/linu
>> S: Maintained
>> F: drivers/net/wireless/rtl818x/rtl8187*
>>
>> +RTL8192CE WIRELESS DRIVER
>> +M: Larry Finger <[email protected]>
>> +M: Chaoming Li <[email protected]>
>> +L: [email protected]
>> +W: http://linuxwireless.org/
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
>> +S: Maintained
>> +F: drivers/net/wireless/rtlwifi/
>> +F: drivers/net/wireless/rtl8192ce/
> This path is wrong, it should be drivers/net/wireless/rtlwifi/rtl8192ce/
> at least the driver is not in rivers/net/wireless/rtl8192ce/.

Yes, it should be drivers/net/wireless/rtlwifi/rtl8192ce/.

Thanks,

Larry