* Remove TL-WN722N V2 from untested devices
@ 2025-08-22 9:46 Алексей Смирнов
2025-08-25 5:57 ` Ping-Ke Shih
2025-09-01 2:45 ` Ping-Ke Shih
0 siblings, 2 replies; 6+ messages in thread
From: Алексей Смирнов @ 2025-08-22 9:46 UTC (permalink / raw)
To: linux-wireless
I have been using this Wi-Fi dongle for many years now and have had no
problems with it. The device is quite old and known, dumping its efuse to
the log and asking the user to send the results to Jes.Sorensen@gmail.com
on every boot makes little sense. Please apply:
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
b/drivers/net/wireless/realtek/rtl8xxxu/core.c
index 831b5025c634..113e01df0902 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
@@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
untested = 0;
break;
case 0x2357:
- if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
+ if (id->idProduct == 0x0109 || id->idProduct == 0x010c
|| id->idProduct == 0x0135)
untested = 0;
break;
case 0x0b05:
^ permalink raw reply related [flat|nested] 6+ messages in thread
* RE: Remove TL-WN722N V2 from untested devices
2025-08-22 9:46 Remove TL-WN722N V2 from untested devices Алексей Смирнов
@ 2025-08-25 5:57 ` Ping-Ke Shih
2025-08-25 11:55 ` Bitterblue Smith
2025-09-01 2:45 ` Ping-Ke Shih
1 sibling, 1 reply; 6+ messages in thread
From: Ping-Ke Shih @ 2025-08-25 5:57 UTC (permalink / raw)
To: Алексей Смирнов,
linux-wireless@vger.kernel.org
Алексей Смирнов <debugger94@gmail.com> wrote:
> I have been using this Wi-Fi dongle for many years now and have had no
> problems with it. The device is quite old and known, dumping its efuse to
> the log and asking the user to send the results to Jes.Sorensen@gmail.com
> on every boot makes little sense. Please apply:
I'll rephrase commit message when I merge this:
wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
This Wi-Fi dongle has been used for many years now and have had no problems
with it. The device is quite old and known, dumping its efuse to the log and
asking the user to send the results to Jes.Sorensen@gmail.com on every boot
makes little sense.
Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
>
> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> index 831b5025c634..113e01df0902 100644
> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
> untested = 0;
> break;
> case 0x2357:
> - if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
> + if (id->idProduct == 0x0109 || id->idProduct == 0x010c
> || id->idProduct == 0x0135)
> untested = 0;
> break;
> case 0x0b05:
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Remove TL-WN722N V2 from untested devices
2025-08-25 5:57 ` Ping-Ke Shih
@ 2025-08-25 11:55 ` Bitterblue Smith
2025-08-26 0:22 ` Ping-Ke Shih
0 siblings, 1 reply; 6+ messages in thread
From: Bitterblue Smith @ 2025-08-25 11:55 UTC (permalink / raw)
To: Ping-Ke Shih,
Алексей Смирнов,
linux-wireless@vger.kernel.org
On 25/08/2025 08:57, Ping-Ke Shih wrote:
> Алексей Смирнов <debugger94@gmail.com> wrote:
>> I have been using this Wi-Fi dongle for many years now and have had no
>> problems with it. The device is quite old and known, dumping its efuse to
>> the log and asking the user to send the results to Jes.Sorensen@gmail.com
>> on every boot makes little sense. Please apply:
>
> I'll rephrase commit message when I merge this:
>
> wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
>
> This Wi-Fi dongle has been used for many years now and have had no problems
> with it. The device is quite old and known, dumping its efuse to the log and
> asking the user to send the results to Jes.Sorensen@gmail.com on every boot
> makes little sense.
>
> Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
>
>>
>> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> index 831b5025c634..113e01df0902 100644
>> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
>> untested = 0;
>> break;
>> case 0x2357:
>> - if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
>> + if (id->idProduct == 0x0109 || id->idProduct == 0x010c
>> || id->idProduct == 0x0135)
>> untested = 0;
>> break;
>> case 0x0b05:
>
I propose we simply remove the entire list of tested devices. It's not
particularly useful to tell people to report if a device works or not.
If it doesn't work they will report it anyway.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Remove TL-WN722N V2 from untested devices
2025-08-25 11:55 ` Bitterblue Smith
@ 2025-08-26 0:22 ` Ping-Ke Shih
2025-09-01 2:51 ` Ping-Ke Shih
0 siblings, 1 reply; 6+ messages in thread
From: Ping-Ke Shih @ 2025-08-26 0:22 UTC (permalink / raw)
To: Bitterblue Smith,
Алексей Смирнов,
linux-wireless@vger.kernel.org, Jes Sorensen
+ Jes
Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote:
> On 25/08/2025 08:57, Ping-Ke Shih wrote:
> > Алексей Смирнов <debugger94@gmail.com> wrote:
> >> I have been using this Wi-Fi dongle for many years now and have had no
> >> problems with it. The device is quite old and known, dumping its efuse to
> >> the log and asking the user to send the results to Jes.Sorensen@gmail.com
> >> on every boot makes little sense. Please apply:
> >
> > I'll rephrase commit message when I merge this:
> >
> > wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
> >
> > This Wi-Fi dongle has been used for many years now and have had no problems
> > with it. The device is quite old and known, dumping its efuse to the log and
> > asking the user to send the results to Jes.Sorensen@gmail.com on every boot
> > makes little sense.
> >
> > Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
> > Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
> >
> >>
> >> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> >> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> >> index 831b5025c634..113e01df0902 100644
> >> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> >> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> >> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
> >> untested = 0;
> >> break;
> >> case 0x2357:
> >> - if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
> >> + if (id->idProduct == 0x0109 || id->idProduct == 0x010c
> >> || id->idProduct == 0x0135)
> >> untested = 0;
> >> break;
> >> case 0x0b05:
> >
>
> I propose we simply remove the entire list of tested devices. It's not
> particularly useful to tell people to report if a device works or not.
> If it doesn't work they will report it anyway.
This untested flag was added since 2015 at first commit, but I wasn't here
at that time. Jes, could you please comment this untested report of efuse
is still useful now?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Remove TL-WN722N V2 from untested devices
2025-08-22 9:46 Remove TL-WN722N V2 from untested devices Алексей Смирнов
2025-08-25 5:57 ` Ping-Ke Shih
@ 2025-09-01 2:45 ` Ping-Ke Shih
1 sibling, 0 replies; 6+ messages in thread
From: Ping-Ke Shih @ 2025-09-01 2:45 UTC (permalink / raw)
To: Алексей Смирнов,
linux-wireless
=?utf-8?b?0JDQu9C10LrRgdC10Lkg0KHQvNC40YDQvdC+0LI=?= <debugger94@gmail.com> wrote:
> I have been using this Wi-Fi dongle for many years now and have had no
> problems with it. The device is quite old and known, dumping its efuse to
> the log and asking the user to send the results to Jes.Sorensen@gmail.com
> on every boot makes little sense. Please apply:
>
> case 0x0b05:
> Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
>
> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> index 831b5025c634..113e01df0902 100644
> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
> untested = 0;
> break;
> case 0x2357:
> - if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
> + if (id->idProduct == 0x0109 || id->idProduct == 0x010c
> || id->idProduct == 0x0135)
> untested = 0;
> break;
Applied 1 patch to rtw-next, thanks.
f46edd92040f wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
---
https://github.com/pkshih/rtw.git
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Remove TL-WN722N V2 from untested devices
2025-08-26 0:22 ` Ping-Ke Shih
@ 2025-09-01 2:51 ` Ping-Ke Shih
0 siblings, 0 replies; 6+ messages in thread
From: Ping-Ke Shih @ 2025-09-01 2:51 UTC (permalink / raw)
To: Bitterblue Smith,
Алексей Смирнов,
linux-wireless@vger.kernel.org, Jes Sorensen
Ping-Ke Shih <pkshih@realtek.com> wrote:
> + Jes
>
> Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote:
> > On 25/08/2025 08:57, Ping-Ke Shih wrote:
> > > Алексей Смирнов <debugger94@gmail.com> wrote:
> > >> I have been using this Wi-Fi dongle for many years now and have had no
> > >> problems with it. The device is quite old and known, dumping its efuse to
> > >> the log and asking the user to send the results to Jes.Sorensen@gmail.com
> > >> on every boot makes little sense. Please apply:
> > >
> > > I'll rephrase commit message when I merge this:
> > >
> > > wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
> > >
> > > This Wi-Fi dongle has been used for many years now and have had no problems
> > > with it. The device is quite old and known, dumping its efuse to the log and
> > > asking the user to send the results to Jes.Sorensen@gmail.com on every boot
> > > makes little sense.
> > >
> > > Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
> > > Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
> > >
> > >>
> > >> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> > >> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> > >> index 831b5025c634..113e01df0902 100644
> > >> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
> > >> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
> > >> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
> > >> untested = 0;
> > >> break;
> > >> case 0x2357:
> > >> - if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
> > >> + if (id->idProduct == 0x0109 || id->idProduct == 0x010c
> > >> || id->idProduct == 0x0135)
> > >> untested = 0;
> > >> break;
> > >> case 0x0b05:
> > >
> >
> > I propose we simply remove the entire list of tested devices. It's not
> > particularly useful to tell people to report if a device works or not.
> > If it doesn't work they will report it anyway.
>
> This untested flag was added since 2015 at first commit, but I wasn't here
> at that time. Jes, could you please comment this untested report of efuse
> is still useful now?
>
I merged this patch ahead, and we may rely on Martin's patch [1] to get
efuse content, so after that patch gets merged, the 'untested' stuff
can be removed entirely.
[1] https://patchwork.kernel.org/project/linux-wireless/patch/20250826090015.1552939-1-martin.kaistra@linutronix.de/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-09-01 2:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 9:46 Remove TL-WN722N V2 from untested devices Алексей Смирнов
2025-08-25 5:57 ` Ping-Ke Shih
2025-08-25 11:55 ` Bitterblue Smith
2025-08-26 0:22 ` Ping-Ke Shih
2025-09-01 2:51 ` Ping-Ke Shih
2025-09-01 2:45 ` Ping-Ke Shih
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).