diff options
author | Ping-Ke Shih <pkshih@realtek.com> | 2024-03-29 04:52:50 +0300 |
---|---|---|
committer | Ping-Ke Shih <pkshih@realtek.com> | 2024-04-03 05:41:55 +0300 |
commit | 5b919d726b613c78d4dc463dd9f90c55843fd1b3 (patch) | |
tree | 4e40328f926aea40216caa0c04f4d997338f5a82 /drivers/net/wireless/realtek/rtw89/rtw8852ae.c | |
parent | 973719185ad1313345029ae66b492f8ce7428551 (diff) | |
download | linux-5b919d726b613c78d4dc463dd9f90c55843fd1b3.tar.xz |
wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms
Increase PCI BER (bit error rate) count depth setting which could increase
PHY circuit fault tolerance and improve compatibility.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/20240329015251.22762-4-pkshih@realtek.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtw89/rtw8852ae.c')
-rw-r--r-- | drivers/net/wireless/realtek/rtw89/rtw8852ae.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852ae.c b/drivers/net/wireless/realtek/rtw89/rtw8852ae.c index 7c6ffedb77e2..fdee5dd4ba14 100644 --- a/drivers/net/wireless/realtek/rtw89/rtw8852ae.c +++ b/drivers/net/wireless/realtek/rtw89/rtw8852ae.c @@ -61,6 +61,7 @@ static const struct rtw89_pci_info rtw8852a_pci_info = { static const struct rtw89_driver_info rtw89_8852ae_info = { .chip = &rtw8852a_chip_info, + .quirks = NULL, .bus = { .pci = &rtw8852a_pci_info, }, |