mac80211: rework MT7620 PA/LNA RF calibration
authorShiji Yang <yangshiji66@qq.com>
Sat, 29 Jul 2023 13:24:09 +0000 (21:24 +0800)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 4 Sep 2023 22:00:35 +0000 (23:00 +0100)
commit4f1a7e88970d8a38071632c245a18f3959428c13
tree07e24e8b04bd3ce08b315b414f479da6a965075a
parentb2d264dc683e862c66da9b4e6e0359a4b4dccc98
mac80211: rework MT7620 PA/LNA RF calibration

This patch makes some improvements to the MT7620 RF calibration.

1. Move MT7620 PA/LNA calibration code to dedicated functions.
2. Restore RF and BBP registers before R-Calibration.
3. Do Rx DCOC calibration again before RXIQ calibration.
4. Use SoC specific AGC initial LNA value.
5. Correct MAC_RX_EN mask in rt2800_r_calibration()[1].

[1] This change may fix the "BBP/RF register access failed" error:
ieee80211 phy0: rt2800_wait_bbp_rf_ready: Error - BBP/RF register access failed, aborting

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
(cherry picked from commit 2824fa6963cf245b7e0b04aa96bcbe5013524b85)
package/kernel/mac80211/patches/rt2x00/998-wifi-rt2x00-rework-MT7620-PA-LNA-RF-calibration.patch [new file with mode: 0644]