From: Kalle Valo <kvalo@kernel.org>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Dmitry Antipov <dmantipov@yandex.ru>,
Ping-Ke Shih <pkshih@realtek.com>,
linux-wireless@vger.kernel.org,
Herton Ronaldo Krzesinski <herton@canonical.com>,
Hin-Tak Leung <htl10@users.sourceforge.net>
Subject: Re: MAINTAINERS: rtl8187 wireless driver
Date: Tue, 01 Aug 2023 20:19:08 +0300 [thread overview]
Message-ID: <87y1iuwuib.fsf@kernel.org> (raw)
In-Reply-To: <92233d7c-9595-9223-39e1-6df68b13d474@lwfinger.net> (Larry Finger's message of "Tue, 1 Aug 2023 12:04:55 -0500")
Larry Finger <Larry.Finger@lwfinger.net> writes:
> On 8/1/23 04:31, Kalle Valo wrote:
>
>> + Herton, Hin-Tak
>> Larry Finger <Larry.Finger@lwfinger.net> writes:
>>
>>> On 6/16/23 05:20, Dmitry Antipov wrote:
>>>> Note MAINTAINERS marks drivers/net/wireless/realtek/rtl818x/rtl8180 as
>>>> orphaned but drivers/net/wireless/realtek/rtl818x/rtl8187 as maintained.
>>>
>>> Driver rtl8187 is certainly maintained, not that it gets many bug
>>> reports. Devices that support 802.11g are not used very often, but at
>>> least once a year I use my device to get online to retrieve the
>>> drivers for a fancier wifi card that does not have a driver in Linux
>>> or Windows. Drivers for the USB-based 8187A and 8187B have been in
>>> Linux since version 2.6.38 (December 2010), and also in Windows 7, if
>>> not in older versions.
>> So this is what we have in MAINTAINERS right now:
>> RTL8187 WIRELESS DRIVER
>> M: Herton Ronaldo Krzesinski <herton@canonical.com>
>> M: Hin-Tak Leung <htl10@users.sourceforge.net>
>> M: Larry Finger <Larry.Finger@lwfinger.net>
>> L: linux-wireless@vger.kernel.org
>> S: Maintained
>> W: https://wireless.wiki.kernel.org/
>> T: git
>> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
>> F: drivers/net/wireless/realtek/rtl818x/rtl8187/
>> In the git history the last activity from Herton is from 2010 so I
>> think
>> we should remove him.
>> Is Hin-Tak still active? The last activity is from 2020.
>> Also the git tree is outdated so that should be removed.
>
> Kalle,
>
> I removed Herton and Hin-Tak as Maintainers for rtl8187 and updated
> the tree entries for rtl8187 and rtl8180. Patches are submitted.
Thanks!
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2023-08-01 17:19 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-05 10:07 [PATCH] wifi: rtlwifi: remove misused flag from HAL data Dmitry Antipov
2023-06-08 0:48 ` Ping-Ke Shih
2023-06-08 9:50 ` [PATCH 1/4] [v2] wifi: rtlwifi: remove unused timer and related code Dmitry Antipov
2023-06-08 9:50 ` [PATCH 2/4] [v2] wifi: rtlwifi: remove unused dualmac control leftovers Dmitry Antipov
2023-06-13 1:30 ` Ping-Ke Shih
2023-06-08 9:50 ` [PATCH 3/4] [v2] wifi: rtlwifi: remove misused flag from HAL data Dmitry Antipov
2023-06-13 1:32 ` Ping-Ke Shih
2023-06-08 9:50 ` [PATCH 4/4] [v2] wifi: rtlwifi: simplify LED management Dmitry Antipov
2023-06-13 1:41 ` Ping-Ke Shih
2023-06-13 8:31 ` Kalle Valo
2023-06-13 8:36 ` Dmitry Antipov
2023-06-14 5:21 ` Kalle Valo
2023-06-15 8:49 ` Dmitry Antipov
2023-06-16 9:54 ` Kalle Valo
2023-06-16 10:20 ` Dmitry Antipov
2023-06-16 16:06 ` Larry Finger
2023-08-01 9:31 ` MAINTAINERS: rtl8187 wireless driver Kalle Valo
2023-08-01 17:04 ` Larry Finger
2023-08-01 17:19 ` Kalle Valo [this message]
[not found] ` <2131579919.392146.1690979184620@mail.yahoo.com>
2023-08-02 14:38 ` Kalle Valo
2023-08-02 22:48 ` Hin-Tak Leung
2023-06-14 6:18 ` [PATCH 1/2] [v3] wifi: rtlwifi: simplify LED management Dmitry Antipov
2023-06-14 6:18 ` [PATCH 2/2] [v3] wifi: rtlwifi: cleanup USB interface Dmitry Antipov
2023-06-14 7:08 ` Ping-Ke Shih
2023-06-14 8:05 ` Dmitry Antipov
2023-06-14 7:11 ` [PATCH 1/2] [v3] wifi: rtlwifi: simplify LED management Ping-Ke Shih
2023-06-21 18:31 ` Kalle Valo
2023-06-13 1:29 ` [PATCH 1/4] [v2] wifi: rtlwifi: remove unused timer and related code Ping-Ke Shih
2023-06-08 16:03 ` [PATCH] wifi: rtlwifi: remove misused flag from HAL data Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1iuwuib.fsf@kernel.org \
--to=kvalo@kernel.org \
--cc=Larry.Finger@lwfinger.net \
--cc=dmantipov@yandex.ru \
--cc=herton@canonical.com \
--cc=htl10@users.sourceforge.net \
--cc=linux-wireless@vger.kernel.org \
--cc=pkshih@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.