[PATCH] mac80211: suppress kernel warning message

2019-06-14 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 res

Re: [PATCH v2] mac80211: remove warning message

2019-06-14 Thread Johannes Berg
On Fri, 2019-06-14 at 10:52 +0800, Yibo Zhao wrote: > > May I know if it is fine that WARN_ON_ONCE() to be applied in kernel in > the future? If a separate patch for it is needed, please let me know so > that I can raise a new one. Please do send a new patch. johannes