ath79: ZTE MF286A: use specific board definition file for qca9888

Using board definition file extracted from stock firmware yields 50%
throughput improvement in RX direction under iperf3 test.
Make the device use temporary files from firmware_qca-wireless.git
temporarily, as well as select the specific variant in the device tree
files.

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17620
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Lech Perczak 2024-11-25 00:22:27 +01:00 committed by Hauke Mehrtens
parent 4990ce613b
commit b60d241f2d
3 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,7 @@
&wifi_ath10k {
nvmem-cells = <&macaddr_mac_0 1>, <&cal_caldata_5000>, <&precal_caldata_5000>;
nvmem-cell-names = "mac-address", "calibration", "pre-calibration";
qcom,ath10k-calibration-variant = "ZTE-MF286AR";
};
&wmac {

View File

@ -134,6 +134,7 @@
&wifi_ath10k {
nvmem-cells = <&macaddr_mac_0 0x20000>, <&precal_art_5000>;
nvmem-cell-names = "mac-address", "pre-calibration";
qcom,ath10k-calibration-variant = "ZTE-MF286AR";
};
&wmac {

View File

@ -474,6 +474,7 @@ define Device/zte_mf286
$(Device/zte_mf28x_common)
DEVICE_MODEL := MF286
DEVICE_PACKAGES += ath10k-firmware-qca988x-ct ath10k-firmware-qca9888-ct \
-ath10k-board-qca9888 ipq-wifi-zte_mf286ar \
kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi
endef
TARGET_DEVICES += zte_mf286
@ -482,6 +483,7 @@ define Device/zte_mf286a
$(Device/zte_mf28x_common)
DEVICE_MODEL := MF286A
DEVICE_PACKAGES += ath10k-firmware-qca9888-ct kmod-usb-net-qmi-wwan \
-ath10k-board-qca9888 ipq-wifi-zte_mf286ar \
kmod-usb-serial-option uqmi
endef
TARGET_DEVICES += zte_mf286a