aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/ipq-wifi/board-mikrotik_cap-ac.qca4019
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2021-11-30 10:37:41 +0100
committerBaptiste Jonglez <git@bitsofnetworks.org>2022-07-01 12:46:45 +0200
commit02cfd1f5a808e786a6d652b42cddd362ecd30592 (patch)
tree4e22cf24cdfbc20bd7877be92eaa17cf2987a802 /package/firmware/ipq-wifi/board-mikrotik_cap-ac.qca4019
parent52a64755fc39ea1ac03e255dbb48b325de8914cc (diff)
downloadupstream-02cfd1f5a808e786a6d652b42cddd362ecd30592.tar.gz
upstream-02cfd1f5a808e786a6d652b42cddd362ecd30592.tar.bz2
upstream-02cfd1f5a808e786a6d652b42cddd362ecd30592.zip
mac80211: ath10k: backport bus and device specific API 1 BDF selection
Some ath10k IPQ40xx devices like the MikroTik hAP ac2 and ac3 require the BDF-s to be extracted from the device storage instead of shipping packaged API 2 BDF-s. This is required as MikroTik has started shipping boards that require BDF-s to be updated, as otherwise their WLAN performance really suffers. This is however impossible as the devices that require this are release under the same revision and its not possible to differentiate them from devices using the older BDF-s. In OpenWrt we are extracting the calibration data during runtime and we are able to extract the BDF-s in the same manner, however we cannot package the BDF-s to API 2 format on the fly and can only use API 1 to provide BDF-s on the fly. This is an issue as the ath10k driver explicitly looks only for the board.bin file and not for something like board-bus-device.bin like it does for pre-cal data. Due to this we have no way of providing correct BDF-s on the fly, so lets extend the ath10k driver to first look for BDF-s in the board-bus-device.bin format, for example: board-ahb-a800000.wifi.bin If that fails, look for the default board file name as defined previously. So, backport the upstream ath10k patch. Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 3daf2d477ee728b5b066fe7f31808a5f19bb98a1) [prune unrelated patch refreshes] Signed-off-by: Thibaut VARĂˆNE <hacks@slashdirt.org>
Diffstat (limited to 'package/firmware/ipq-wifi/board-mikrotik_cap-ac.qca4019')
0 files changed, 0 insertions, 0 deletions