* [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest
@ 2024-06-19 7:55 Viacheslav Bocharov via buildroot
2024-07-10 22:16 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Viacheslav Bocharov via buildroot @ 2024-06-19 7:55 UTC (permalink / raw)
To: Giulio Benetti, Thomas Petazzoni, Arnout Vandecappelle, buildroot
- Update driver for kernel 6.9+
- Fix warning/errors on build
Fixes: http://autobuild.buildroot.net/results/82dd4d986c0ddfb48e7316473186ef4c9d8ee783
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
---
package/rtl8822cs/rtl8822cs.hash | 3 ++-
package/rtl8822cs/rtl8822cs.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/rtl8822cs/rtl8822cs.hash b/package/rtl8822cs/rtl8822cs.hash
index 34bcc412ce..77e837a0ac 100644
--- a/package/rtl8822cs/rtl8822cs.hash
+++ b/package/rtl8822cs/rtl8822cs.hash
@@ -1,2 +1,3 @@
# Locally calculated
-sha256 d61fff0ee8b4219a6441791ff26be1b8c49ef8b2ca78345bf12b7a0541f498e9 rtl8822cs-fda6cd263e89567272060e6182a39aee20b894c4.tar.gz
+sha256 9aea86233848e9edb497b27614c78680f7bb1962579d4b05333d9c1a189c62fe rtl8822cs-40450f759c8a930d271b5f0a663685f412debc72.tar.gz
+
diff --git a/package/rtl8822cs/rtl8822cs.mk b/package/rtl8822cs/rtl8822cs.mk
index dbdc7d84bf..223d232c8d 100644
--- a/package/rtl8822cs/rtl8822cs.mk
+++ b/package/rtl8822cs/rtl8822cs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RTL8822CS_VERSION = fda6cd263e89567272060e6182a39aee20b894c4
+RTL8822CS_VERSION = 40450f759c8a930d271b5f0a663685f412debc72
RTL8822CS_SITE = $(call github,jethome-ru,rtl88x2cs,$(RTL8822CS_VERSION))
RTL8822CS_LICENSE = GPL-2.0
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest
2024-06-19 7:55 [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest Viacheslav Bocharov via buildroot
@ 2024-07-10 22:16 ` Thomas Petazzoni via buildroot
2024-07-11 5:56 ` Viacheslav via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-10 22:16 UTC (permalink / raw)
To: Viacheslav Bocharov via buildroot; +Cc: Viacheslav Bocharov, Giulio Benetti
On Wed, 19 Jun 2024 10:55:40 +0300
Viacheslav Bocharov via buildroot <buildroot@buildroot.org> wrote:
> - Update driver for kernel 6.9+
> - Fix warning/errors on build
>
> Fixes: http://autobuild.buildroot.net/results/82dd4d986c0ddfb48e7316473186ef4c9d8ee783
>
> Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
> ---
> package/rtl8822cs/rtl8822cs.hash | 3 ++-
> package/rtl8822cs/rtl8822cs.mk | 2 +-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Thanks for your patch, I've applied to master.
One question: https://github.com/jethome-ru/rtl88x2cs says "** USE
RTW88 NOT THIS DRIVER **", so why are we using it? It seems like you
are the person maintaining this driver.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest
2024-07-10 22:16 ` Thomas Petazzoni via buildroot
@ 2024-07-11 5:56 ` Viacheslav via buildroot
2024-07-11 7:59 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Viacheslav via buildroot @ 2024-07-11 5:56 UTC (permalink / raw)
To: Thomas Petazzoni, buildroot@buildroot.org; +Cc: Giulio Benetti
Hi!
11/07/2024 01.16, Thomas Petazzoni via buildroot wrote:
> On Wed, 19 Jun 2024 10:55:40 +0300
> Viacheslav Bocharov via buildroot <buildroot@buildroot.org> wrote:
>
>> - Update driver for kernel 6.9+
>> - Fix warning/errors on build
>>
>> Fixes: http://autobuild.buildroot.net/results/82dd4d986c0ddfb48e7316473186ef4c9d8ee783
>>
>> Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
>> ---
>> package/rtl8822cs/rtl8822cs.hash | 3 ++-
>> package/rtl8822cs/rtl8822cs.mk | 2 +-
>> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> Thanks for your patch, I've applied to master.
>
> One question: https://github.com/jethome-ru/rtl88x2cs says "** USE
> RTW88 NOT THIS DRIVER **", so why are we using it? It seems like you
> are the person maintaining this driver.
RTW88 in-kernel driver has some problems at this moment: no working AP
mode, wifi connection fails after 2-3 days, speed issues.
The comment appeared when JetHub devices switched to the rtw88 driver.
After we switched back to rtl88x2cs, I decided to keep the comment as
motivation for development and to identify issues in rtw88.
However, in production, we and some other boards use the rtl88x2cs
driver and we maintain it as necessary.
Since this question has been asked more than once, I decided to modify
the description a bit. Now that alarming message will no longer be there)
--
Regards,
Viacheslav
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest
2024-07-11 5:56 ` Viacheslav via buildroot
@ 2024-07-11 7:59 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-11 7:59 UTC (permalink / raw)
To: Viacheslav; +Cc: Giulio Benetti, buildroot@buildroot.org
Hello,
On Thu, 11 Jul 2024 08:56:42 +0300
Viacheslav <adeep@lexina.in> wrote:
> > One question: https://github.com/jethome-ru/rtl88x2cs says "** USE
> > RTW88 NOT THIS DRIVER **", so why are we using it? It seems like you
> > are the person maintaining this driver.
>
> RTW88 in-kernel driver has some problems at this moment: no working AP
> mode, wifi connection fails after 2-3 days, speed issues.
>
> The comment appeared when JetHub devices switched to the rtw88 driver.
> After we switched back to rtl88x2cs, I decided to keep the comment as
> motivation for development and to identify issues in rtw88.
> However, in production, we and some other boards use the rtl88x2cs
> driver and we maintain it as necessary.
>
> Since this question has been asked more than once, I decided to modify
> the description a bit. Now that alarming message will no longer be there)
Thanks for the clarification!
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-11 7:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 7:55 [Buildroot] [PATCH v1] package/rtl8822cs bump driver version to latest Viacheslav Bocharov via buildroot
2024-07-10 22:16 ` Thomas Petazzoni via buildroot
2024-07-11 5:56 ` Viacheslav via buildroot
2024-07-11 7:59 ` Thomas Petazzoni via buildroot
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.