mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
ipq807x: ipq6018 based boards caldata size fix
This fixes size of the caldata for ipq60xx based boards and moves the YunCore AX840 to correct case block (the board is IPQ60xx based, so the driver looks for ath11k/IPQ6018/hw1.0/caldata.bin, not ath11k/IPQ8074/hw2.0/caldata.bin). Without this fix, the driver isn't able to fetch caldata: [ 16.792551] ath11k c000000.wifi: qmi failed to load CAL data file:caldata.bin Signed-off-by: Isaev Ruslan <legale.legale@gmail.com>
This commit is contained in:
@@ -93,7 +93,6 @@ case "$FIRMWARE" in
|
||||
qcom,ipq807x-hk14|\
|
||||
tplink,ex227|\
|
||||
tplink,ex447|\
|
||||
yuncore,ax840|\
|
||||
sercomm,wallaby)
|
||||
caldata_extract "0:ART" 0x1000 0x20000
|
||||
;;
|
||||
@@ -114,6 +113,7 @@ case "$FIRMWARE" in
|
||||
qcom,ipq6018-cp01|\
|
||||
xiaomi,ax1800|\
|
||||
glinet,ax1800|\
|
||||
yuncore,ax840|\
|
||||
plasmacloud,pax1800-v1|\
|
||||
plasmacloud,pax1800-v2)
|
||||
caldata_extract "0:ART" 0x1000 0x20000
|
||||
|
||||
Reference in New Issue
Block a user