Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: > Add new members dle_mem_usb2 and dle_mem_usb3 to struct rtw89_chip_info. > For now initialise them only for RTL8851B. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > --- [..] > @@ -1661,6 +1663,10 @@ const struct rtw89_mac_size_set rtw89_mac_size = { > .ple_size18 = {RTW89_PLE_PG_128, 2544, 16,}, > /* 8852C PCIE SCC */ > .ple_size19 = {RTW89_PLE_PG_128, 1904, 16,}, > + /* 8852B USB2.0 SCC*/ > + .ple_size32 = {RTW89_PLE_PG_128, 620, 20,}, > + /* 8852B USB3.0 SCC*/ nit: space between "SCC" and "*/". Please also this rule apply to others in this commit. > + .ple_size33 = {RTW89_PLE_PG_128, 632, 8,}, > /* PCIE 64 */ > .wde_qt0 = {3792, 196, 0, 107,}, > .wde_qt0_v1 = {3302, 6, 0, 20,}, [...]