]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq50xx: update qcn6122 caldata offset of yuncore ax830 19416/head
authorShubham Vishwakarma <shubhamvis98@fossfrog.in>
Tue, 15 Jul 2025 07:12:12 +0000 (12:42 +0530)
committerRobert Marko <robimarko@gmail.com>
Tue, 15 Jul 2025 22:06:30 +0000 (00:06 +0200)
The current offset used for extracting QCN6122 calibration data
is incorrect on the Yuncore AX830. This patch corrects the
offset to ensure proper WiFi initialization.

Tested on: Yuncore AX830

Signed-off-by: Shubham Vishwakarma <shubhamvis98@fossfrog.in>
Link: https://github.com/openwrt/openwrt/pull/19416
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata

index f211286b4cb971ca905149856d3b026c5d51bec1..4b893e83c4547f42790b528810de7b3d425254f9 100644 (file)
@@ -64,8 +64,8 @@ case "$FIRMWARE" in
                ath11k_remove_regdomain
                ath11k_set_macflag
                ;;
-        yuncore,ax830)
-               caldata_extract "0:ART" 0x26800 0x20000
+       yuncore,ax830)
+               caldata_extract "0:ART" 0x4c000 0x20000
                label_mac=$(mtd_get_mac_binary 0:ART 0)
                ath11k_patch_mac $(macaddr_add $label_mac 3) 0
                ath11k_remove_regdomain