Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] wireless: add my new trees to MAINTAINERS
@ 2012-06-05 12:21 Johannes Berg
  2012-06-05 13:33 ` Joe Perches
  2012-06-05 13:42 ` [PATCH v2] " Johannes Berg
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Berg @ 2012-06-05 12:21 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

From: Johannes Berg <johannes.berg@intel.com>

Add my new trees to the MAINTAINERS file
for the components that I maintain in the
new trees.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 MAINTAINERS |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c5fd905..c2d922d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1800,6 +1800,9 @@ F:	include/linux/cfag12864b.h
 CFG80211 and NL80211
 M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
+W:	http://wireless.kernel.org/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	include/linux/nl80211.h
 F:	include/net/cfg80211.h
@@ -4340,7 +4343,8 @@ MAC80211
 M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
 W:	http://wireless.kernel.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	Documentation/networking/mac80211-injection.txt
 F:	include/net/mac80211.h
@@ -4351,7 +4355,8 @@ M:	Stefano Brivio <stefano.brivio@polimi.it>
 M:	Mattias Nissler <mattias.nissler@gmx.de>
 L:	linux-wireless@vger.kernel.org
 W:	http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	net/mac80211/rc80211_pid*
 
@@ -5694,6 +5699,10 @@ F:	include/linux/remoteproc.h
 
 RFKILL
 M:	Johannes Berg <johannes@sipsolutions.net>
+W:	http://wireless.kernel.org/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
+S:	Maintained
 L:	linux-wireless@vger.kernel.org
 S:	Maintained
 F:	Documentation/rfkill.txt
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] wireless: add my new trees to MAINTAINERS
  2012-06-05 12:21 [PATCH] wireless: add my new trees to MAINTAINERS Johannes Berg
@ 2012-06-05 13:33 ` Joe Perches
  2012-06-05 13:41   ` Johannes Berg
  2012-06-05 13:42 ` [PATCH v2] " Johannes Berg
  1 sibling, 1 reply; 4+ messages in thread
From: Joe Perches @ 2012-06-05 13:33 UTC (permalink / raw)
  To: Johannes Berg; +Cc: John Linville, linux-wireless

On Tue, 2012-06-05 at 14:21 +0200, Johannes Berg wrote:
> Add my new trees to the MAINTAINERS file
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -5694,6 +5699,10 @@ F:	include/linux/remoteproc.h
>  
>  RFKILL
>  M:	Johannes Berg <johannes@sipsolutions.net>
> +W:	http://wireless.kernel.org/
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
> +S:	Maintained
>  L:	linux-wireless@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/rfkill.txt

no need for multiple S: lines


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] wireless: add my new trees to MAINTAINERS
  2012-06-05 13:33 ` Joe Perches
@ 2012-06-05 13:41   ` Johannes Berg
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2012-06-05 13:41 UTC (permalink / raw)
  To: Joe Perches; +Cc: John Linville, linux-wireless

On Tue, 2012-06-05 at 06:33 -0700, Joe Perches wrote:
> On Tue, 2012-06-05 at 14:21 +0200, Johannes Berg wrote:
> > Add my new trees to the MAINTAINERS file
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -5694,6 +5699,10 @@ F:	include/linux/remoteproc.h
> >  
> >  RFKILL
> >  M:	Johannes Berg <johannes@sipsolutions.net>
> > +W:	http://wireless.kernel.org/
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
> > +S:	Maintained
> >  L:	linux-wireless@vger.kernel.org
> >  S:	Maintained
> >  F:	Documentation/rfkill.txt
> 
> no need for multiple S: lines

Oops, copy/paste error, thanks.

johannes


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] wireless: add my new trees to MAINTAINERS
  2012-06-05 12:21 [PATCH] wireless: add my new trees to MAINTAINERS Johannes Berg
  2012-06-05 13:33 ` Joe Perches
@ 2012-06-05 13:42 ` Johannes Berg
  1 sibling, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2012-06-05 13:42 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

From: Johannes Berg <johannes.berg@intel.com>

Add my new trees to the MAINTAINERS file
for the components that I maintain in the
new trees.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 MAINTAINERS |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c5fd905..3075a2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1800,6 +1800,9 @@ F:	include/linux/cfag12864b.h
 CFG80211 and NL80211
 M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
+W:	http://wireless.kernel.org/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	include/linux/nl80211.h
 F:	include/net/cfg80211.h
@@ -4340,7 +4343,8 @@ MAC80211
 M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
 W:	http://wireless.kernel.org/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	Documentation/networking/mac80211-injection.txt
 F:	include/net/mac80211.h
@@ -4351,7 +4355,8 @@ M:	Stefano Brivio <stefano.brivio@polimi.it>
 M:	Mattias Nissler <mattias.nissler@gmx.de>
 L:	linux-wireless@vger.kernel.org
 W:	http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	net/mac80211/rc80211_pid*
 
@@ -5695,6 +5700,9 @@ F:	include/linux/remoteproc.h
 RFKILL
 M:	Johannes Berg <johannes@sipsolutions.net>
 L:	linux-wireless@vger.kernel.org
+W:	http://wireless.kernel.org/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
 S:	Maintained
 F:	Documentation/rfkill.txt
 F:	net/rfkill/
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-05 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 12:21 [PATCH] wireless: add my new trees to MAINTAINERS Johannes Berg
2012-06-05 13:33 ` Joe Perches
2012-06-05 13:41   ` Johannes Berg
2012-06-05 13:42 ` [PATCH v2] " Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox