* [PATCH] ath12k: WCN7850 hw2.0: update board-2.bin
@ 2025-03-18 13:40 Georg Gottleuber
2025-03-18 21:12 ` Dmitry Baryshkov
0 siblings, 1 reply; 3+ messages in thread
From: Georg Gottleuber @ 2025-03-18 13:40 UTC (permalink / raw)
To: linux-firmware
Cc: ath12k, linux-wireless, Christoffer Sandberg, Werner Sembach,
Georg Gottleuber
Added an additional board string with qca-swiss-army-knife:
bus=pci,vendor=17cb,device=1107,subsystem-vendor=1eac,subsystem-device=8001,
qmi-chip-id=2,qmi-board-id=255
Tested with 2.4GHz, 5GHz and 6GHz (iperf3 -t30 --bidir)
Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
---
ath12k/WCN7850/hw2.0/board-2.bin | Bin 1986952 -> 1987068 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/ath12k/WCN7850/hw2.0/board-2.bin
b/ath12k/WCN7850/hw2.0/board-2.bin
index
48f18e23014c4a8d1d771c4bd1ed1ceda00a33ef..659acff5411e6f10accbf227b46088fa83ec0291
100644
GIT binary patch
delta 89
zcmV-f0H*(lqj~(Jd4PlggaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb;)ggc5`k
vgcO7ogcgJsgcyVwgc^h!v>f=90qB>ptr1g~OqCpV0WpV9l^nNEl^r>}c)}mC
delta 87
zcmV-d0I2``qj`v<d4PlggaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb;)ggc5`k
tgcO7ogcgJsgcyVwgc^h!v>f=90d$wKtr1g~OqCpVhc=cRw>Fj?#=AG9A7=mn
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ath12k: WCN7850 hw2.0: update board-2.bin
2025-03-18 13:40 [PATCH] ath12k: WCN7850 hw2.0: update board-2.bin Georg Gottleuber
@ 2025-03-18 21:12 ` Dmitry Baryshkov
2025-03-20 12:17 ` Georg Gottleuber
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Baryshkov @ 2025-03-18 21:12 UTC (permalink / raw)
To: Georg Gottleuber
Cc: linux-firmware, ath12k, linux-wireless, Christoffer Sandberg,
Werner Sembach
On Tue, Mar 18, 2025 at 02:40:18PM +0100, Georg Gottleuber wrote:
> Added an additional board string with qca-swiss-army-knife:
> bus=pci,vendor=17cb,device=1107,subsystem-vendor=1eac,subsystem-device=8001,
> qmi-chip-id=2,qmi-board-id=255
>
> Tested with 2.4GHz, 5GHz and 6GHz (iperf3 -t30 --bidir)
Please follow the process specified at the kernel wiki [1]. Otherwise
the next update by Jeff will revert your changes.
[1] https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath10k/boardfiles.html
>
> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
> ---
> ath12k/WCN7850/hw2.0/board-2.bin | Bin 1986952 -> 1987068 bytes
> 1 file changed, 0 insertions(+), 0 deletions(-)
>
> diff --git a/ath12k/WCN7850/hw2.0/board-2.bin
> b/ath12k/WCN7850/hw2.0/board-2.bin
> index
> 48f18e23014c4a8d1d771c4bd1ed1ceda00a33ef..659acff5411e6f10accbf227b46088fa83ec0291
> 100644
> GIT binary patch
> delta 89
> zcmV-f0H*(lqj~(Jd4PlggaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb;)ggc5`k
> vgcO7ogcgJsgcyVwgc^h!v>f=90qB>ptr1g~OqCpV0WpV9l^nNEl^r>}c)}mC
>
> delta 87
> zcmV-d0I2``qj`v<d4PlggaU*Egam{Iga(8Mgb0KQgbIWUgbaiYgbsucgb;)ggc5`k
> tgcO7ogcgJsgcyVwgc^h!v>f=90d$wKtr1g~OqCpVhc=cRw>Fj?#=AG9A7=mn
>
> --
> 2.43.0
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ath12k: WCN7850 hw2.0: update board-2.bin
2025-03-18 21:12 ` Dmitry Baryshkov
@ 2025-03-20 12:17 ` Georg Gottleuber
0 siblings, 0 replies; 3+ messages in thread
From: Georg Gottleuber @ 2025-03-20 12:17 UTC (permalink / raw)
To: Dmitry Baryshkov, Georg Gottleuber
Cc: linux-firmware, ath12k, linux-wireless, Christoffer Sandberg,
Werner Sembach
Hi Dimitry.
Am 18.03.25 um 22:12 schrieb Dmitry Baryshkov:
[...]
>
> Please follow the process specified at the kernel wiki [1]. Otherwise
> the next update by Jeff will revert your changes.
>
> [1] https://wireless.docs.kernel.org/en/latest/en/users/drivers/ath10k/boardfiles.html
Thank you for this hint. I will stick to this in v2.
Best regards,
Georg
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-20 12:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 13:40 [PATCH] ath12k: WCN7850 hw2.0: update board-2.bin Georg Gottleuber
2025-03-18 21:12 ` Dmitry Baryshkov
2025-03-20 12:17 ` Georg Gottleuber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox