Return-path: Received: from mail.perches.com ([173.55.12.10]:2085 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755919Ab0LAUQ5 (ORCPT ); Wed, 1 Dec 2010 15:16:57 -0500 Subject: Re: [PATCH wireless-next] MAINTAINERS: Add ATH GENERIC UTILITIES From: Joe Perches To: "Luis R. Rodriguez" Cc: Andrew Morton , "John W. Linville" , Felix Fietkau , linux-wireless , ath9k-devel@lists.ath9k.org, peter@stuge.se, linux-kernel@vger.kernel.org In-Reply-To: References: <5febb0e1fba0ec2bb77f6ade8b251ba0edf4614c.1290988277.git.joe@perches.com> <20101129060732.5130.qmail@stuge.se> <4CF42C17.2070500@openwrt.org> <1291081185.16349.133.camel@Joe-Laptop> <4CF464D6.2020507@openwrt.org> <1291148375.18026.342.camel@Joe-Laptop> <1291225075.1845.177.camel@Joe-Laptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 01 Dec 2010 12:16:55 -0800 Message-ID: <1291234615.1845.196.camel@Joe-Laptop> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2010-12-01 at 11:46 -0800, Luis R. Rodriguez wrote: > On Wed, Dec 1, 2010 at 9:37 AM, Joe Perches wrote: > > This file pattern is not currently shown as maintained > > by atheros. Perhaps it should be? > > Signed-off-by: Joe Perches > Sure but its maintained by the community and Atheros hackers, not just me. No doubt. $ git log next-20101130 -- drivers/net/wireless/ath/*.[ch] | \ grep -P "(^Author)" | cut -f2- -d":" | sort | uniq -c | sort -rn | head 27 Luis R. Rodriguez 6 Felix Fietkau 4 Bruno Randolf 3 Sujith 3 John W. Linville 3 Joe Perches 3 Bob Copeland 2 Pavel Roskin 2 Johannes Berg 2 David S. Miller Without any sort of MAINTAINERS entry, the results for files in that directory are like this: $ ./scripts/get_maintainer.pl -f --rolestats drivers/net/wireless/ath/main.c "John W. Linville" (maintainer:NETWORKING [WIREL...) linux-wireless@vger.kernel.org (open list:NETWORKING [WIREL...) netdev@vger.kernel.org (open list:NETWORKING DRIVERS) linux-kernel@vger.kernel.org (open list) Perhaps you want to be cc'd? Perhaps there are atheros lists that should be cc'd? If cc'ing linux-wireless is good enough, that's good enough for me too. cheers, Joe