wifi: rtw89: 8851b: add BB and RF tables (1 of 2)
authorPing-Ke Shih <pkshih@realtek.com>
Sat, 1 Apr 2023 14:25:46 +0000 (22:25 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 14 Apr 2023 12:24:16 +0000 (15:24 +0300)
commit108bdaaa8bc7eafa2cf4aa3b883fdadca0d2ce45
tree1fb4f10623f1a7a97042ad5c66a58b36d4ea690c
parent2a6d518dedcbc8dc6e666c1a68700945bca174b8
wifi: rtw89: 8851b: 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:
 - HALBB_029_106_15 (V17)
 - HALRF_029_00_089
   * Radio A 0x22
   * NCTL 0x5

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