ipq40xx: add Aruba AP-365 specific BDF
Aruba deploys a BDF in the root filesystem, however this matches the one used for the DK04 reference board. The board-specific BDFs are built into the kernel. The AP-365 shows sinificant degraded performance with increased range when used with the reference BDF. Replace the BDF with the one extracted from Arubas kernel. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
b641dadc13
commit
b21b98627d
4 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,7 @@ endef
|
||||||
# <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>
|
# <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>
|
||||||
|
|
||||||
ALLWIFIBOARDS:= \
|
ALLWIFIBOARDS:= \
|
||||||
|
aruba_ap-365 \
|
||||||
devolo_magic-2-wifi-next \
|
devolo_magic-2-wifi-next \
|
||||||
edgecore_ecw5410 \
|
edgecore_ecw5410 \
|
||||||
edgecore_oap100 \
|
edgecore_oap100 \
|
||||||
|
@ -96,6 +97,7 @@ endef
|
||||||
# Place files in this directory as board-<devicename>.<qca4019|qca9888|qca9984>
|
# Place files in this directory as board-<devicename>.<qca4019|qca9888|qca9984>
|
||||||
# Add $(eval $(call generate-ipq-wifi-package,<devicename>,<display name>))
|
# Add $(eval $(call generate-ipq-wifi-package,<devicename>,<display name>))
|
||||||
|
|
||||||
|
$(eval $(call generate-ipq-wifi-package,aruba_ap-365,Aruba AP-365))
|
||||||
$(eval $(call generate-ipq-wifi-package,devolo_magic-2-wifi-next,devolo Magic 2 WiFi next))
|
$(eval $(call generate-ipq-wifi-package,devolo_magic-2-wifi-next,devolo Magic 2 WiFi next))
|
||||||
$(eval $(call generate-ipq-wifi-package,edgecore_ecw5410,Edgecore ECW5410))
|
$(eval $(call generate-ipq-wifi-package,edgecore_ecw5410,Edgecore ECW5410))
|
||||||
$(eval $(call generate-ipq-wifi-package,edgecore_oap100,Edgecore OAP100))
|
$(eval $(call generate-ipq-wifi-package,edgecore_oap100,Edgecore OAP100))
|
||||||
|
|
BIN
package/firmware/ipq-wifi/board-aruba_ap-365.qca4019
Normal file
BIN
package/firmware/ipq-wifi/board-aruba_ap-365.qca4019
Normal file
Binary file not shown.
|
@ -208,3 +208,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wifi0 {
|
||||||
|
qcom,ath10k-calibration-variant = "Aruba-AP-365";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wifi1 {
|
||||||
|
qcom,ath10k-calibration-variant = "Aruba-AP-365";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
|
@ -185,7 +185,7 @@ TARGET_DEVICES += aruba_ap-303h
|
||||||
define Device/aruba_ap-365
|
define Device/aruba_ap-365
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-365
|
DEVICE_MODEL := AP-365
|
||||||
DEVICE_PACKAGES += kmod-hwmon-ad7418
|
DEVICE_PACKAGES := kmod-hwmon-ad7418 ipq-wifi-aruba_ap-365
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-365
|
TARGET_DEVICES += aruba_ap-365
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue