]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
authorZhen XIN <zhen.xin@nokia-sbell.com>
Thu, 10 Apr 2025 15:42:17 +0000 (15:42 +0000)
committerPing-Ke Shih <pkshih@realtek.com>
Thu, 17 Apr 2025 05:38:24 +0000 (13:38 +0800)
commitb2effcdc237979dcc533d446a792fc54fd0e1213
tree45efd5aa7532bbebe95ca292477c1c6763687c9a
parent581cf3a9cb61daae1009c2380b228f40177046d8
wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT

The rtw88-sdio do not work in AP mode due to the lack of TX status report
for management frames.

Map the management frames to queue TX_DESC_QSEL_MGMT, which enables the
chip to generate TX reports for these frames

Tested-on: rtl8723ds

Fixes: 65371a3f14e7 ("wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets")
Signed-off-by: Zhen XIN <zhen.xin@nokia-sbell.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250410154217.1849977-3-zhen.xin@nokia-sbell.com
drivers/net/wireless/realtek/rtw88/sdio.c