sfx2000
Part of the Furniture
Noticed this item this afternoon... these checkin's are old, but now committed to master...
Code:
commit 93ae4353cdf651ef0b5d8a4d40a6c29d8d3f655b (HEAD -> master, origin/master, origin/HEAD)
Author: Robert Marko <robimarko@gmail.com>
Date: Sun Feb 6 15:50:24 2022 +0100
mac80211: add ath11k PCI support
ath11k is the upstream driver for Qualcomm 802.11ax radios, both for the
internal AHB and PCI based cards.
This commit does however only provide PCI support while AHB will follow
but its SoC specific so it will require an OpenWrt target first.
It differs a bit from ath10k as it requires stuff like QRTR, MHI and QMI
helpers.
PCI variant requires qrtr-mhi and mhi-bus which backports do provide,
however we are dropping those in a patch as they will conflict with
support for the AHB variant as that one requires qrtr-smd which in turn
requires RPMSG and GLINK and its not feasable to provide those in
backports as they are really SoC specific.
QRTR and MHI in kernel 5.10 are not usable and backporting the changes
is not easy as they have changed drastically from 5.10 to 5.15 ath11k will
only be available on targets that use kernel 5.15.
Signed-off-by: Robert Marko <robimarko@gmail.com>
commit b4d3694f81f423089ac5cc8d8e7b6af62428da3a
Author: Robert Marko <robimarko@gmail.com>
Date: Tue Dec 13 23:01:20 2022 +0100
linux-firmware: package ath11k consumer cards firmware
Package firmware for ath11k supported QCA consumer cards from linux-firmware.
Signed-off-by: Robert Marko <robimarko@gmail.com>
commit 5968290a21e0b5d191234e07928214b0f0872bbe
Author: Robert Marko <robimarko@gmail.com>
Date: Tue Dec 21 13:47:03 2021 +0100
kernel: package QRTR support
QRTR is Qualcomm IPC router protocol and ath11k requires it for both
AHB and PCI support, so package it as a kernel module so it can be
added as a dependency to the ath11k module.
Only kernel 5.15 is currently supported due to various things missing in
5.10 whose backporting is out of scope for this patch.
SMD, TUN and MHI variants are packaged.
SMD variant depends on the ipq807x
target as it has dependency on the RPMSG drivers which are Qualcomm
and SoC specific anyway.
Signed-off-by: Robert Marko <robimarko@gmail.com>