Return-path: Received: from rtits2.realtek.com ([211.75.126.72]:54897 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbeDYCIg (ORCPT ); Tue, 24 Apr 2018 22:08:36 -0400 From: To: CC: , Subject: [PATCH v3 02/19] rtlwifi: add debug ID COMP_HALMAC Date: Wed, 25 Apr 2018 10:08:03 +0800 Message-ID: <20180425020820.6141-3-pkshih@realtek.com> (sfid-20180425_040840_933011_2DFD56D1) In-Reply-To: <20180425020820.6141-1-pkshih@realtek.com> References: <20180425020820.6141-1-pkshih@realtek.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Ping-Ke Shih Add a debug ID for the module halmac Signed-off-by: Ping-Ke Shih --- drivers/net/wireless/realtek/rtlwifi/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/realtek/rtlwifi/debug.h b/drivers/net/wireless/realtek/rtlwifi/debug.h index ad6834af618b..90c41c17d678 100644 --- a/drivers/net/wireless/realtek/rtlwifi/debug.h +++ b/drivers/net/wireless/realtek/rtlwifi/debug.h @@ -106,6 +106,7 @@ #define COMP_BT_COEXIST BIT(30) #define COMP_IQK BIT(31) #define COMP_TX_REPORT BIT_ULL(32) +#define COMP_HALMAC BIT_ULL(33) /*-------------------------------------------------------------- Define the rt_print components -- 2.15.1