This patchset fix bugs happened during TX/RX performance test. First is 88221c doesn't set proper RX_FLAG_DECRYPTED. Second is to fix count of available TX queue, and then it can wake ieee80211 queue correctly; otherwise, it can't tx anymore. Third patch is to refine NAPI deinit flow to safely stop PCI; without this fix, system spin while it is going to down. Guo-Feng Fan (1): rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryption Po-Hao Huang (1): rtw88: refine napi deinit flow Yu-Yen Ting (1): rtw88: Fix potential unrecoverable tx queue stop drivers/net/wireless/realtek/rtw88/pci.c | 29 ++++++++++++++----- drivers/net/wireless/realtek/rtw88/pci.h | 1 + drivers/net/wireless/realtek/rtw88/rtw8821c.c | 3 +- 3 files changed, 25 insertions(+), 8 deletions(-) -- 2.21.0