linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] mwifiex: reduce severity of debug messages for mgmt rx
@ 2015-05-20 11:06 Avinash Patil
  2015-05-26 11:08 ` [v2] " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Avinash Patil @ 2015-05-20 11:06 UTC (permalink / raw)
  To: linux-wireless; +Cc: akarwar, cluo, quozl, Avinash Patil

This would ensure dmesg logs are not spammed with "unknown mgmt frame
subtype" messages.

Reviewed-by: James Cameron <quozl@laptop.org>
Signed-off-by: Avinash Patil <patila@marvell.com>
---
 drivers/net/wireless/mwifiex/util.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/mwifiex/util.c b/drivers/net/wireless/mwifiex/util.c
index 3c0b3c1..370323a 100644
--- a/drivers/net/wireless/mwifiex/util.c
+++ b/drivers/net/wireless/mwifiex/util.c
@@ -350,8 +350,8 @@ mwifiex_parse_mgmt_packet(struct mwifiex_private *priv, u8 *payload, u16 len,
 		}
 		break;
 	default:
-		mwifiex_dbg(priv->adapter, ERROR,
-			    "unknown mgmt frame subytpe %#x\n", stype);
+		mwifiex_dbg(priv->adapter, INFO,
+			    "unknown mgmt frame subtype %#x\n", stype);
 	}
 
 	return 0;
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [v2] mwifiex: reduce severity of debug messages for mgmt rx
  2015-05-20 11:06 [PATCH v2] mwifiex: reduce severity of debug messages for mgmt rx Avinash Patil
@ 2015-05-26 11:08 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-05-26 11:08 UTC (permalink / raw)
  To: Avinash Patil; +Cc: linux-wireless, akarwar, cluo, quozl, Avinash Patil


> This would ensure dmesg logs are not spammed with "unknown mgmt frame
> subtype" messages.
> 
> Reviewed-by: James Cameron <quozl@laptop.org>
> Signed-off-by: Avinash Patil <patila@marvell.com>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 11:06 [PATCH v2] mwifiex: reduce severity of debug messages for mgmt rx Avinash Patil
2015-05-26 11:08 ` [v2] " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).