[openwrt/openwrt] qualcommax: ipq50xx: update qcn6122 caldata offset of yuncore ax830

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 15 15:06:34 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6fa9cff0521dee1631a45b464315dca259e0e279

commit 6fa9cff0521dee1631a45b464315dca259e0e279
Author: Shubham Vishwakarma <shubhamvis98 at fossfrog.in>
AuthorDate: Tue Jul 15 12:42:12 2025 +0530

    qualcommax: ipq50xx: update qcn6122 caldata offset of yuncore ax830
    
    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 at fossfrog.in>
    Link: https://github.com/openwrt/openwrt/pull/19416
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata b/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
index f211286b4c..4b893e83c4 100644
--- a/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
+++ b/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
@@ -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




More information about the lede-commits mailing list