]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: mac: add field of release report size to DLE quota
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 15 May 2026 01:44:31 +0000 (09:44 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 25 May 2026 05:59:55 +0000 (13:59 +0800)
The release report size is defined to indicate quota for TX completion.
Define the field as vendor driver does.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260515014433.16168-12-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.h
drivers/net/wireless/realtek/rtw89/mac.c

index 4666e3041ef32c66dba3e50aa968566b9bc9ff54..aaef2c8b35bec97c690d04c8b9f56135661e4034 100644 (file)
@@ -4167,6 +4167,7 @@ struct rtw89_dle_input {
        u32 h2c_max_size;
        u32 rx_amsdu_size; /* unit: KB */
        u32 c2h_max_size;
+       u32 rls_rpt_max_size;
        u32 mpdu_info_tbl_b0;
        u32 mpdu_info_tbl_b1;
 };
index 8df1b9af719d76890062d2c84255b0ad1cd14eb2..5c22b2accf7c07ec045e0d8f9ef287797c063edd 100644 (file)
@@ -1889,8 +1889,8 @@ const struct rtw89_mac_size_set rtw89_mac_size = {
        .rsvd0_size6 = {40960, 0,},
        .rsvd1_size0 = {587776, 2048,},
        .rsvd1_size2 = {391168, 2048,},
-       .dle_input3 = {0, 0, 0, 16384, 0, 2048, 0, 0,},
-       .dle_input20 = {128, 128, 11454, 2048, 0, 2048, 24, 24,},
+       .dle_input3 = {0, 0, 0, 16384, 0, 2048, 0, 0, 0,},
+       .dle_input20 = {128, 128, 11454, 2048, 0, 2048, 1024, 24, 24,},
 };
 EXPORT_SYMBOL(rtw89_mac_size);