mbox series

[v2,0/2] RTW88 USB bug fixes

Message ID 20230404072508.578056-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series RTW88 USB bug fixes | expand

Message

Sascha Hauer April 4, 2023, 7:25 a.m. UTC
This series fixes two bugs in the RTW88 USB driver I was reported from
several people and that I also encountered myself.

The first one resulted in "timed out to flush queue 3" messages from the
driver and sometimes a complete stall of the TX queues.

The second one is specific to the RTW8821CU chipset. Here 2GHz networks
were hardly seen and impossible to connect to. This goes down to
misinterpreting the rfe_option field in the efuse.

Changes since v1:
- Add Cc: stable@vger.kernel.org tag to the patches rather than Cc'ing
  stable@ directly
- Add Tested-by: tags

Sascha Hauer (2):
  wifi: rtw88: usb: fix priority queue to endpoint mapping
  wifi: rtw88: rtw8821c: Fix rfe_option field width

 drivers/net/wireless/realtek/rtw88/rtw8821c.c |  3 +-
 drivers/net/wireless/realtek/rtw88/usb.c      | 70 +++++++++++++------
 2 files changed, 48 insertions(+), 25 deletions(-)