Message ID | 1418836025-9035-1-git-send-email-linville@tuxdriver.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On 12/17/14 18:07, John W. Linville wrote: > http://marc.info/?l=linux-wireless&m=141883202530292&w=2 > > This makes it official... :-) Let see if I can comment on this patch. First of all, thanks for the years of service. You already gave the heads up few months ago, but now its official. It has been good working with you getting rid of eye-sore code in brcm80211 drivers. > Signed-off-by: John W. Linville<linville@tuxdriver.com> > --- > MAINTAINERS | 19 ++++++++----------- > 1 file changed, 8 insertions(+), 11 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fdffe962a16a..e82d31aeb936 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6603,19 +6603,8 @@ L: netdev@vger.kernel.org > S: Maintained > > NETWORKING [WIRELESS] > -M: "John W. Linville"<linville@tuxdriver.com> > L: linux-wireless@vger.kernel.org > Q: http://patchwork.kernel.org/project/linux-wireless/list/ > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git > -S: Maintained > -F: net/mac80211/ > -F: net/rfkill/ > -F: net/wireless/ > -F: include/net/ieee80211* > -F: include/linux/wireless.h > -F: include/uapi/linux/wireless.h > -F: include/net/iw_handler.h > -F: drivers/net/wireless/ > > NETWORKING DRIVERS > L: netdev@vger.kernel.org > @@ -6636,6 +6625,14 @@ F: include/linux/inetdevice.h > F: include/uapi/linux/if_* > F: include/uapi/linux/netdevice.h > > +NETWORKING DRIVERS (WIRELESS) > +M: Kalle Valo<kvalo@codeaurora.org> > +L: linux-wireless@vger.kernel.org > +Q: http://patchwork.kernel.org/project/linux-wireless/list/ > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ > +S: Maintained > +F: drivers/net/wireless/ So what about the other paths that were in "NETWORKING [WIRELESS]". Couple of them are obviously maintained by Johannes, but.. > + > NETXEN (1/10) GbE SUPPORT > M: Manish Chopra<manish.chopra@qlogic.com> > M: Sony Chacko<sony.chacko@qlogic.com> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, 2014-12-17 at 20:29 +0100, Arend van Spriel wrote: > > +NETWORKING DRIVERS (WIRELESS) > > +M: Kalle Valo<kvalo@codeaurora.org> > > +L: linux-wireless@vger.kernel.org > > +Q: http://patchwork.kernel.org/project/linux-wireless/list/ > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ > > +S: Maintained > > +F: drivers/net/wireless/ > > So what about the other paths that were in "NETWORKING [WIRELESS]". > Couple of them are obviously maintained by Johannes, but.. The remaining ones are probably just wext, and nobody cares any more ... I guess they're orphaned. If anyone really really really needs to have a patch against them, and we actually end up wanting it, I'm sure we can figure something out :) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: "John W. Linville" <linville@tuxdriver.com> Date: Wed, 17 Dec 2014 12:07:05 -0500 > http://marc.info/?l=linux-wireless&m=141883202530292&w=2 > > This makes it official... :-) > > Signed-off-by: John W. Linville <linville@tuxdriver.com> Applied, and thank you for all of your tireless work over the many years that you have maintained the wireless code. You have undoubtedly made my life easier and made things run much more smoothly than they otherwise would have, and for that I am eternally grateful. Thank you! -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Dec 18, 2014 at 12:42:31PM -0500, David Miller wrote: > From: "John W. Linville" <linville@tuxdriver.com> > Date: Wed, 17 Dec 2014 12:07:05 -0500 > > > http://marc.info/?l=linux-wireless&m=141883202530292&w=2 > > > > This makes it official... :-) > > > > Signed-off-by: John W. Linville <linville@tuxdriver.com> > > Applied, and thank you for all of your tireless work over the many > years that you have maintained the wireless code. > > You have undoubtedly made my life easier and made things run much more > smoothly than they otherwise would have, and for that I am eternally > grateful. > > Thank you! Thanks, Dave and everyone else, for the kind words of appreciation. They are warmly received! John
On Wed, 2014-12-17 at 12:07 -0500, John W. Linville wrote: > http://marc.info/?l=linux-wireless&m=141883202530292&w=2 > > This makes it official... :-) > > Signed-off-by: John W. Linville <linville@tuxdriver.com> > --- > MAINTAINERS | 19 ++++++++----------- > 1 file changed, 8 insertions(+), 11 deletions(-) [...] > +NETWORKING DRIVERS (WIRELESS) > +M: Kalle Valo <kvalo@codeaurora.org> > +L: linux-wireless@vger.kernel.org > +Q: http://patchwork.kernel.org/project/linux-wireless/list/ > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ > +S: Maintained > +F: drivers/net/wireless/ Kalle, welcome to your new role! I'm sure you're the right person for the job. You've been the person to thank (or to blame? ;) for getting me into the Linux Wireless community and you've also been a mentor, guide and friend along the way. I'm very happy for you and for the community as a whole, which will certainly benefit from your work! Thanks for taking the position! -- Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index fdffe962a16a..e82d31aeb936 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6603,19 +6603,8 @@ L: netdev@vger.kernel.org S: Maintained NETWORKING [WIRELESS] -M: "John W. Linville" <linville@tuxdriver.com> L: linux-wireless@vger.kernel.org Q: http://patchwork.kernel.org/project/linux-wireless/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git -S: Maintained -F: net/mac80211/ -F: net/rfkill/ -F: net/wireless/ -F: include/net/ieee80211* -F: include/linux/wireless.h -F: include/uapi/linux/wireless.h -F: include/net/iw_handler.h -F: drivers/net/wireless/ NETWORKING DRIVERS L: netdev@vger.kernel.org @@ -6636,6 +6625,14 @@ F: include/linux/inetdevice.h F: include/uapi/linux/if_* F: include/uapi/linux/netdevice.h +NETWORKING DRIVERS (WIRELESS) +M: Kalle Valo <kvalo@codeaurora.org> +L: linux-wireless@vger.kernel.org +Q: http://patchwork.kernel.org/project/linux-wireless/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ +S: Maintained +F: drivers/net/wireless/ + NETXEN (1/10) GbE SUPPORT M: Manish Chopra <manish.chopra@qlogic.com> M: Sony Chacko <sony.chacko@qlogic.com>
http://marc.info/?l=linux-wireless&m=141883202530292&w=2 This makes it official... :-) Signed-off-by: John W. Linville <linville@tuxdriver.com> --- MAINTAINERS | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-)