Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mwifiex: correct TDLS link delete failure message priority

Commit d8d2f19feb16 ("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 acebe8c10a6e ("mwifiex: change dbg print func to
mwifiex_dbg")

Reported-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Amitkumar Karwar and committed by
Kalle Valo
100a0083 12e03596

+1 -1
+1 -1
drivers/net/wireless/mwifiex/sta_cmdresp.c
··· 895 895 case ACT_TDLS_DELETE: 896 896 if (reason) { 897 897 if (!node || reason == TDLS_ERR_LINK_NONEXISTENT) 898 - mwifiex_dbg(priv->adapter, ERROR, 898 + mwifiex_dbg(priv->adapter, MSG, 899 899 "TDLS link delete for %pM failed: reason %d\n", 900 900 cmd_tdls_oper->peer_mac, reason); 901 901 else