wifi: rtw89: 8852b: add BB and RF tables (1 of 2)
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 28 Sep 2022 08:43:28 +0000 (16:43 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 4 Oct 2022 07:17:36 +0000 (10:17 +0300)
commitc8b5fc2e1d2f6a11fe2ba82da8b0c39bb379b529
tree35aa46acb6769e4e9dd9c08df1c17797d136aad6
parent915b96c52763e2988e6368b538b487a7138b8fa4
wifi: rtw89: 8852b: add BB and RF tables (1 of 2)

These tables contain BB and RF parameters that driver will load them into
registers. It also contains TX power according to country, band, rate and
so on. Increasing thermal can cause TX power degraded, so power tracking
tables are defined to compensate TX power.

Internal version of these tables:
 - HALRF_029_00_014 (R32)
 - HALBB_027_046_05

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220928084336.34981-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852b_table.c [new file with mode: 0644]
drivers/net/wireless/realtek/rtw89/rtw8852b_table.h [new file with mode: 0644]