Re: [PATCH 01/11 V3] rtlwifi: Fix programing CAM content sequence.

2017-02-06 Thread Kalle Valo
Larry Finger writes: > From: Ping-Ke Shih > > There is a potential race condition when the control byte of a CAM > entry is written first. Write in reverse order to correct the condition. > > Signed-off-by: Ping-Ke Shih > Signed-off-by: shaofu > Signed-off-by: Larry Finger > --- > V2 - no cha

Re: [PATCH 01/11 V3] rtlwifi: Fix programing CAM content sequence.

2017-02-06 Thread Larry Finger
On 02/06/2017 06:45 AM, Kalle Valo wrote: Larry Finger writes: From: Ping-Ke Shih There is a potential race condition when the control byte of a CAM entry is written first. Write in reverse order to correct the condition. Signed-off-by: Ping-Ke Shih Signed-off-by: shaofu Signed-off-by: La

Re: [PATCH 01/11 V3] rtlwifi: Fix programing CAM content sequence.

2017-02-06 Thread Larry Finger
On 02/06/2017 06:45 AM, Kalle Valo wrote: Larry Finger writes: From: Ping-Ke Shih There is a potential race condition when the control byte of a CAM entry is written first. Write in reverse order to correct the condition. Signed-off-by: Ping-Ke Shih Signed-off-by: shaofu Signed-off-by: La

Re: [PATCH 01/11 V3] rtlwifi: Fix programing CAM content sequence.

2017-02-06 Thread Kalle Valo
Larry Finger writes: > On 02/06/2017 06:45 AM, Kalle Valo wrote: >> Larry Finger writes: >> >>> From: Ping-Ke Shih >>> >>> There is a potential race condition when the control byte of a CAM >>> entry is written first. Write in reverse order to correct the condition. >>> >>> Signed-off-by: Ping-