RE: [PATCH] wifi: rtw88: add quirks to disable PCI ASPM and deep LPS for Dell Vostro 15 3530
Ping-Ke Shih <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Branislav Klocok <[email protected]> wrote: > On a Dell Vostro 15 3530 with RTL8821CE [10ec:c821] the driver floods the > kernel log with > > rtw88_8821ce 0000:03:00.0: failed to send h2c command > > at roughly 220 messages per minute while the interface is associated. On > this machine that amounted to 143704 of 167707 journal lines in a single > day, or 86 percent of everything logged. The association also dropped > its DHCP lease from time to time. > > Disabling PCI ASPM and deep LPS makes the messages disappear entirely. > Measured over one continuous hour with the card as the only route out > and 979 MB received / 341 MB transmitted: zero occurrences, against > roughly 13000 per hour before the change. The only rtw88 lines left in > the log for the whole boot are the interface rename, the firmware > version and "enabling device". > > The measurement was taken with the rtw88_pci.disable_aspm=1 and > rtw88_core.disable_lps_deep=1 module parameters, which set the same two > variables that rtw_pci_disable_caps() sets for a quirk entry, so the > result carries over unchanged. > > DMI on this machine: > > sys_vendor: Dell Inc. > product_name: Vostro 15 3530 > product_sku: 0C32 > board_name: 0RRJRM > BIOS: 1.3.0 > > Signed-off-by: Branislav Klocok <[email protected]> Acked-by: Ping-Ke Shih <[email protected]>