wifi: rtw89: 8852b: correct register mask name of TX power offset
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 3 Feb 2023 06:49:07 +0000 (14:49 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 17:18:59 +0000 (19:18 +0200)
commit5466ee9a7c63e18d3daea0bf80152944648218d2
tree3cf403200fa800e78c6b59ec862cae58edf39e01
parent764f07f4565da0c0f94f24d18f9d6f5ddb39ccd8
wifi: rtw89: 8852b: correct register mask name of TX power offset

For a packet with 1SS rate, it can also transmit via 2 antenna, called
2T mode. For 2T TX power offset, mask should be 2T as well. Fortunately,
the mask of 2T and 1T are the same, so it can still work well without
this fix.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230203064907.8046-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852b.c