mbox series

[-v2,0/2] wifi: rtw88: sdio: Enable tx status for management frames

Message ID 20250410154217.1849977-1-zhen.xin@nokia-sbell.com (mailing list archive)
Headers show
Series wifi: rtw88: sdio: Enable tx status for management frames | expand

Message

Zhen XIN April 10, 2025, 3:42 p.m. UTC
Rtw88-sdio do not work in AP mode due to the lack of tx status report for
management frames.

These patches put management frames into the right queue for tx status
report and ensure the correct handling of tx reports.

changes in v2: have the right queue as pointed out by Bitterblue Smith

Zhen XIN (2):
  wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally
  wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT

 drivers/net/wireless/realtek/rtw88/sdio.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)