wifi: rtw89: mac: add field of release report size to DLE quota

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
This commit is contained in:
Ping-Ke Shih 2026-05-15 09:44:31 +08:00
parent f98b468493
commit d270863883
2 changed files with 3 additions and 2 deletions

View 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;
};

View 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);