]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
wifi: rtw89: 8852b: add chip_ops to read phy cap
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 28 Sep 2022 08:43:35 +0000 (16:43 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 4 Oct 2022 07:17:38 +0000 (10:17 +0300)
commit134cf7c01517d5cfaab940cacbb41525659de5f6
tree9ab01fef033d66022a8c4205d023b3f9e27ea9f7
parent132dc4fe5b587c0a62fc90d78e7413944fa06669
wifi: rtw89: 8852b: add chip_ops to read phy cap

This efuse region is to store PHY calibration, and it is a separated region
from the region that stores MAC address. Then, use these data to configure
via chip_ops::power_trim that is a calibration mechanism of TX power.

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-9-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.h
drivers/net/wireless/realtek/rtw89/rtw8852b.c