From patchwork Tue Jun 5 12:36:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Govind Singh X-Patchwork-Id: 10448175 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 64AD560467 for ; Tue, 5 Jun 2018 12:37:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 549BE285A9 for ; Tue, 5 Jun 2018 12:37:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 496D0290C2; Tue, 5 Jun 2018 12:37:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E65C3285A9 for ; Tue, 5 Jun 2018 12:37:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751965AbeFEMg7 (ORCPT ); Tue, 5 Jun 2018 08:36:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54960 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbeFEMg6 (ORCPT ); Tue, 5 Jun 2018 08:36:58 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 0F84460764; Tue, 5 Jun 2018 12:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1528202218; bh=Kp2Y7Lc+CSbdEbBiXxXTYJyeAhEu/6sa0D3OLBx4cWs=; h=From:To:Cc:Subject:Date:From; b=a4vKp/F9o6fk9mzUjgw3NXYYDvZ0Im2yQsQceI0GPbamh8y08V48g+qQNoqX10jNW evanR9A9hgjVoApm4bQEP65JDbQpsifyIpr271EG35oVsXC9/77f7C4Kp3eKu87S1S tvWS8uIt3SK/scYWydBAK2lxb457CUlB3goUrHAo= Received: from govinds-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: govinds@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id BE0BC601D2; Tue, 5 Jun 2018 12:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1528202217; bh=Kp2Y7Lc+CSbdEbBiXxXTYJyeAhEu/6sa0D3OLBx4cWs=; h=From:To:Cc:Subject:Date:From; b=TlhOy49ufrTItOzWrZwQ0Wb133DrEO0zlZVqqmRPOjXzre8huCXeDMj/IA3QB4r9W 7p2JPXY+g2eR8Y8Y1i8ZWGLeA7ZzbHRTNQmWZujQRB3iaOGs6W+y4WppfPNrvKm/N4 OXm3VS+kcMdq6NkUT/A8bBDg8bbKo0xEGph7zxnc= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org BE0BC601D2 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=govinds@codeaurora.org From: Govind Singh To: andy.gross@linaro.org, bjorn.andersson@linaro.org, david.brown@linaro.org, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Cc: Govind Singh Subject: [PATCH v2 4/6] ath10k: Add debug mask for QMI layer Date: Tue, 5 Jun 2018 18:06:51 +0530 Message-Id: <20180605123651.1589-1-govinds@codeaurora.org> X-Mailer: git-send-email 2.17.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add debug mask to control debug info of ath10k qmi messaging layer. Signed-off-by: Govind Singh Acked-by: Niklas Cassel --- drivers/net/wireless/ath/ath10k/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h index 0afca5c106b6..a2f84fdb9131 100644 --- a/drivers/net/wireless/ath/ath10k/debug.h +++ b/drivers/net/wireless/ath/ath10k/debug.h @@ -44,6 +44,7 @@ enum ath10k_debug_mask { ATH10K_DBG_USB = 0x00040000, ATH10K_DBG_USB_BULK = 0x00080000, ATH10K_DBG_SNOC = 0x00100000, + ATH10K_DBG_QMI = 0x00200000, ATH10K_DBG_ANY = 0xffffffff, };