Re: [PATCH] mac80211: remove warning message

2019-05-14 Thread Johannes Berg
On Fri, 2019-05-10 at 15:01 +0800, Yibo Zhao wrote: > In multiple SSID cases, it takes time to prepare every AP interface > to be ready in initializing phase. If a sta already knows everything it > needs to join one of the APs and sends authentication to the AP which > is not fully prepared at

Re: [PATCH] mac80211: remove warning message

2019-05-13 Thread Yibo Zhao
On 2019-05-10 22:04, Ben Greear wrote: On 05/10/2019 12:01 AM, Yibo Zhao wrote: In multiple SSID cases, it takes time to prepare every AP interface to be ready in initializing phase. If a sta already knows everything it needs to join one of the APs and sends authentication to the AP which is

Re: [PATCH] mac80211: remove warning message

2019-05-10 Thread Ben Greear
On 05/10/2019 12:01 AM, Yibo Zhao wrote: In multiple SSID cases, it takes time to prepare every AP interface to be ready in initializing phase. If a sta already knows everything it needs to join one of the APs and sends authentication to the AP which is not fully prepared at this point of

[PATCH] mac80211: remove warning message

2019-05-10 Thread Yibo Zhao
In multiple SSID cases, it takes time to prepare every AP interface to be ready in initializing phase. If a sta already knows everything it needs to join one of the APs and sends authentication to the AP which is not fully prepared at this point of time, AP's channel context could be NULL. As a