> -----Original Message----- > From: Jun ASAKA <JunASAKA@xxxxxxxxxxxxx> > Sent: Wednesday, December 7, 2022 11:39 AM > To: Jes.Sorensen@xxxxxxxxx > Cc: kvalo@xxxxxxxxxx; davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; kuba@xxxxxxxxxx; pabeni@xxxxxxxxxx; > linux-wireless@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Jun ASAKA > <JunASAKA@xxxxxxxxxxxxx>; Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Subject: [PATCH v5] wifi: rtl8xxxu: fixing IQK failures for rtl8192eu > > Fixing "Path A RX IQK failed" and "Path B RX IQK failed" > issues for rtl8192eu chips by replacing the arguments with > the ones in the updated official driver as shown below. > 1. https://github.com/Mange/rtl8192eu-linux-driver > 2. vendor driver version: 5.6.4 > > Tested-by: Jun ASAKA <JunASAKA@xxxxxxxxxxxxx> > Signed-off-by: Jun ASAKA <JunASAKA@xxxxxxxxxxxxx> > Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > v5: > - no modification. Then, why do you need v5? > v4: > - fixed some mistakes. > v3: > - add detailed info about the newer version this patch used. > - no functional update. > --- > --- [...]