mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 02:27:18 +01:00
qualcommax: ipq50xx: update qcn6122 caldata offset of yuncore ax830
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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>
This commit is contained in:
parent
efb4200ba5
commit
6fa9cff052
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue