On Tue, 2020-12-08 at 09:34 +0800, Ping-Ke Shih wrote: > From: Chin-Yen Lee <timlee@xxxxxxxxxxx> > > When 8822CE is associating with AP, driver will poll status bit of > IQ calibration to confirm the IQ calibration is done, and then move on > the association process. Current polling time for IQ calibration is 6 > seconds. > > But occasionally driver fails in polling the status bit because the status > bit is not set after IQ calibration is done. When it happends, association > process will be serieously delayed up to 6 seconds. To avoid it, we reduce > polling time to 300ms, in which the IQ calibration can be done. > > Signed-off-by: Chin-Yen Lee <timlee@xxxxxxxxxxx> > Signed-off-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > v2: move define to the beginning of file > Sorry. I forget to change mail subject to "PATCH V2". Please ignore this one. --- Ping-Ke