]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: 8852bt: configure support_noise field explicitly
authorZong-Zhe Yang <kevin_yang@realtek.com>
Mon, 20 Apr 2026 03:40:42 +0000 (11:40 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 29 Apr 2026 04:49:00 +0000 (12:49 +0800)
RTL8852BT missed to configure support_noise field in chip_info.
Although RTL8852BT doesn't support that, add the configuration
to make things clear.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260420034051.17666-8-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852bt.c

index 7d86e9598ca82c213cf9a036489e4afc285f738b..c2184b092395adf7dfb8648323d7e1a460877081 100644 (file)
@@ -811,6 +811,7 @@ const struct rtw89_chip_info rtw8852bt_chip_info = {
        .support_ant_gain       = true,
        .support_tas            = false,
        .support_sar_by_ant     = true,
+       .support_noise          = false,
        .ul_tb_waveform_ctrl    = true,
        .ul_tb_pwr_diff         = false,
        .rx_freq_from_ie        = true,