openwrt/target/linux/qualcommax
Robert Marko 4989556a53 qualcommax: ipq807x: add WLAN device path migration
Kernel 6.6 has changed the path of WLAN devices as the soc node was updated
to include an adress as well because according to spec it needed one:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v6.6.21&id=da6aa1111a17db11367817ddc10c5a6c188cdc44

So, this will break existing configuration as device path was changed for
example:
"platform/soc/c000000.wifi" to "platform/soc@0/c000000.wifi"
"platform/soc/c000000.wifi+1" to "platform/soc@0/c000000.wifi+1"

PCIe attached devices also have their path changed, so lets add a script
that will migrate the paths based on the detected running kernel version
so returning to kernel 6.1 will work as well.

Co-developed-by: Sean Khan <datapronix@protonmail.com>
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-03-22 21:19:21 +01:00
..
files qualcommax: ipq807x: Fix MAC addresses usage for RAX120v2 2024-03-18 22:19:42 +01:00
image qualcommax: ipq60xx: add support for netgear wax214 2024-03-05 06:34:35 +01:00
ipq60xx qualcommax: ipq60xx: add support for netgear wax214 2024-03-05 06:34:35 +01:00
ipq807x qualcommax: ipq807x: add WLAN device path migration 2024-03-22 21:19:21 +01:00
patches-6.1 kernel/qualcommax: Restore kernel files for v6.1 2024-03-22 21:19:21 +01:00
patches-6.6 qualcommax: 6.6: fix SCM header include path for WCSS 2024-03-22 21:19:21 +01:00
Makefile qualcommax: add ipq60xx support 2024-02-09 14:01:51 +01:00
config-6.1 kernel/qualcommax: Restore kernel files for v6.1 2024-03-22 21:19:21 +01:00
config-6.6 qualcommax: 6.6: refresh config 2024-03-22 21:19:21 +01:00