> -----Original Message----- > From: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > Sent: Tuesday, April 25, 2023 9:01 PM > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Jes Sorensen <Jes.Sorensen@xxxxxxxxx>; Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Subject: [PATCH v2] wifi: rtl8xxxu: Support USB RX aggregation for the newer chips > > The driver can receive several frames in the same USB transfer. > Add the code to handle this in rtl8xxxu_parse_rxdesc24(), even though > currently all the relevant chips send only one frame per USB transfer > (RTL8723BU, RTL8192EU, RTL8188FU, RTL8710BU). > > This was tested with RTL8188FU, RTL8192EU, RTL8710BU, and RTL8192FU. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > v2: > - Suggestion by Ping-Ke Shih: > - Add variable hdr to make a long line shorter. > - Don't say rtl8xxxu_parse_rxdesc16() already handles RX aggregation. > That function needs more work. > --- [...]