提交 100a0083 编写于 作者: A Amitkumar Karwar 提交者: Kalle Valo

mwifiex: correct TDLS link delete failure message priority

Commit d8d2f19f ("mwifiex: silence TDLS link delete failure
for nonexistent link") lowers the priority of error message when
TDLS link is already deleted. But it had got increased by
commit acebe8c1 ("mwifiex: change dbg print func to
mwifiex_dbg")
Reported-by: NNicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 12e03596
......@@ -895,7 +895,7 @@ static int mwifiex_ret_tdls_oper(struct mwifiex_private *priv,
case ACT_TDLS_DELETE:
if (reason) {
if (!node || reason == TDLS_ERR_LINK_NONEXISTENT)
mwifiex_dbg(priv->adapter, ERROR,
mwifiex_dbg(priv->adapter, MSG,
"TDLS link delete for %pM failed: reason %d\n",
cmd_tdls_oper->peer_mac, reason);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册