From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751788AbdATJrs (ORCPT ); Fri, 20 Jan 2017 04:47:48 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:35712 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739AbdATJrr (ORCPT ); Fri, 20 Jan 2017 04:47:47 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org AEEC3607CD Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: mwifiex: don't complain about 'unknown event id: 0x63' From: Kalle Valo In-Reply-To: <20170114021657.147016-1-briannorris@chromium.org> References: <20170114021657.147016-1-briannorris@chromium.org> To: Brian Norris Cc: Amitkumar Karwar , Nishant Sarmukadam , , linux-wireless@vger.kernel.org, Cathy Luo , Brian Norris User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170120094746.8FDEC609C9@smtp.codeaurora.org> Date: Fri, 20 Jan 2017 09:47:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Brian Norris wrote: > Marvell folks tell me this is a debugging event that the driver doesn't > need to handle, but on 8997 w/ firmware 16.68.1.p97, I see several of > these sorts of messages at (for instance) boot time: > > [ 13.825848] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63 > [ 14.838561] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63 > [ 14.850397] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63 > [ 32.529923] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63 > > Let's handle this "event" with a much lower verbosity. > > Signed-off-by: Brian Norris Patch applied to wireless-drivers-next.git, thanks. 0ed917d09d51 mwifiex: don't complain about 'unknown event id: 0x63' -- https://patchwork.kernel.org/patch/9516687/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches