commit | f27b886d0d062654be91360d45dc085a1a68fdf2 | [log] [tgz] |
---|---|---|
author | Yan-Hsuan Chuang <yhchuang@realtek.com> | Mon Sep 09 15:16:09 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Sep 13 18:03:20 2019 +0300 |
tree | f42993524ae198ac40805c9c0c97bb11fbdeeda6 | |
parent | 5227c2ee453d2f778192d8bb0f1a6072892aaa8e [diff] |
rtw88: move IQK/DPK into phy_calibration Since 8822c requires to do not only IQK, but also DPK. Move these calibrations that need to be done once the channel is determined, into phy_calibration. And note that the order of the calibrations matters, 8822c should do IQK first, then DPK. Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>