]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: rtw88: usb: Enable RX aggregation for RTL8814AU
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Wed, 2 Apr 2025 15:30:28 +0000 (18:30 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 9 Apr 2025 02:01:05 +0000 (10:01 +0800)
Let the chip transfer several frames in a single USB Request Block.
This is supposed to improve the RX speed.

It can use the same code used for RTL8822CU, RTL8822BU, and RTL8821CU.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/672397ac-dd4d-4420-8b3e-7011578e2243@gmail.com
drivers/net/wireless/realtek/rtw88/usb.c

index 4994f5934e80a9675954f3c0b76e635fa0803f02..204343ac25589df8551c0e68a2af9a27cf3072c2 100644 (file)
@@ -866,6 +866,7 @@ static void rtw_usb_dynamic_rx_agg(struct rtw_dev *rtwdev, bool enable)
        case RTW_CHIP_TYPE_8822C:
        case RTW_CHIP_TYPE_8822B:
        case RTW_CHIP_TYPE_8821C:
+       case RTW_CHIP_TYPE_8814A:
                rtw_usb_dynamic_rx_agg_v1(rtwdev, enable);
                break;
        case RTW_CHIP_TYPE_8821A: