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:
Xinming Hu 2018-05-29 09:42:08 +08:00 committed by Kalle Valo
parent 666cc438f3
commit 788f4e4cf0
1 changed files with 1 additions and 1 deletions

View File

@ -2262,7 +2262,7 @@ mwifiex_cfg80211_assoc(struct mwifiex_private *priv, size_t ssid_len,
if (!bss) {
if (is_scanning_required) {
mwifiex_dbg(priv->adapter, WARN,
mwifiex_dbg(priv->adapter, MSG,
"assoc: requested bss not found in scan results\n");
break;
}