Message ID | 1527558129-18109-1-git-send-email-huxm@marvell.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 788f4e4cf063173c25e3f3ad81e7cee923686ab1 |
Delegated to: | Kalle Valo |
Headers | show |
Xinming Hu <huxm@marvell.com> wrote:
> Signed-off-by: Xinming Hu <huxm@marvell.com>
2 patches applied to wireless-drivers-next.git, thanks.
788f4e4cf063 mwifiex: increase log level for internal scan fail result
db69f4e05bd5 mwifiex: reserve passive scan time for radar channel
diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c index 54a2297..6eba0b2 100644 --- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c +++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c @@ -2258,7 +2258,7 @@ static int mwifiex_cfg80211_inform_ibss_bss(struct mwifiex_private *priv) 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; }
Signed-off-by: Xinming Hu <huxm@marvell.com> --- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)