Re: [PATCH] brcmfmac: add setting carrier state ON for successful roaming

2017-08-07 Thread Arend van Spriel
On 8/7/2017 10:16 AM, Wright Feng wrote: From: Chung-Hsien Hsu After association, ping is not working when sweeping the channel at the AP side. It is caused by having incorrect carrier state (OFF) for the STA in successful roaming. This patch sets the carrier state ON

[PATCH] brcmfmac: add setting carrier state ON for successful roaming

2017-08-07 Thread Wright Feng
From: Chung-Hsien Hsu After association, ping is not working when sweeping the channel at the AP side. It is caused by having incorrect carrier state (OFF) for the STA in successful roaming. This patch sets the carrier state ON for the case. Signed-off-by: Chung-Hsien