mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: rtw89: 8922a: fix TX fail with wrong VCO setting
An incorrect Voltage Controlled Oscillator (VCO) setting may cause Synthesizer (SYN) unlock, which may lead to a failure in the TX authentication request. Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250416081241.36138-3-pkshih@realtek.com
This commit is contained in:
parent
603f4c71cc
commit
20aac091a1
|
|
@ -77,11 +77,6 @@ void rtw8922a_ctl_band_ch_bw(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
|
|||
RR_CFGCH_BAND0 | RR_CFGCH_CH);
|
||||
rf_reg[path][i] |= u32_encode_bits(central_ch, RR_CFGCH_CH);
|
||||
|
||||
if (band == RTW89_BAND_2G)
|
||||
rtw89_write_rf(rtwdev, path, RR_SMD, RR_VCO2, 0x0);
|
||||
else
|
||||
rtw89_write_rf(rtwdev, path, RR_SMD, RR_VCO2, 0x1);
|
||||
|
||||
switch (band) {
|
||||
case RTW89_BAND_2G:
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user