> -----Original Message----- > From: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > Sent: Tuesday, February 13, 2024 10:33 PM > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Ping-Ke Shih <pkshih@xxxxxxxxxxx>; Larry Finger <Larry.Finger@xxxxxxxxxxxx> > Subject: [PATCH] wifi: rtlwifi: rtl_usb: Store the endpoint addresses > > And use the stored addresses in rtl8192cu instead of hardcoding them. > > This is what the vendor drivers do. > > Perhaps this is not strictly necessary for RTL8192CU devices. However, > the dual mac version of RTL8192DU has two USB interfaces, each with its > own set of endpoints. Hardcoding their addresses in the upcoming > rtl8192du driver would require making some assumptions which I'm not > qualified to make. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Though I'm not familiar with endpoints of USB, patch makes sense to me Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>