mirror of https://gitee.com/openkylin/linux.git
mwifiex: increase log level for internal scan fail result
Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
666cc438f3
commit
788f4e4cf0
|
@ -2262,7 +2262,7 @@ mwifiex_cfg80211_assoc(struct mwifiex_private *priv, size_t ssid_len,
|
||||||
|
|
||||||
if (!bss) {
|
if (!bss) {
|
||||||
if (is_scanning_required) {
|
if (is_scanning_required) {
|
||||||
mwifiex_dbg(priv->adapter, WARN,
|
mwifiex_dbg(priv->adapter, MSG,
|
||||||
"assoc: requested bss not found in scan results\n");
|
"assoc: requested bss not found in scan results\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue