From: <pkshih@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <Larry.Finger@lwfinger.net>, <linux-wireless@vger.kernel.org>
Subject: [PATCH 02/17] rtlwifi: add debug ID COMP_HALMAC
Date: Fri, 30 Mar 2018 15:19:01 +0800 [thread overview]
Message-ID: <20180330071916.23360-3-pkshih@realtek.com> (raw)
In-Reply-To: <20180330071916.23360-1-pkshih@realtek.com>
From: Ping-Ke Shih <pkshih@realtek.com>
Add a debug ID for the module halmac
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
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
next prev parent reply other threads:[~2018-03-30 7:19 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-30 7:18 [PATCH 00/17] rtlwifi: halmac: Add new moudle halmac pkshih
2018-03-30 7:19 ` [PATCH 01/17] rtlwifi: add halmac structure to wifi.h pkshih
2018-03-30 7:19 ` pkshih [this message]
2018-03-30 7:19 ` [PATCH 03/17] rtlwifi: add dmdef.h to share with driver and other modules pkshih
2018-03-30 7:19 ` [PATCH 04/17] rtlwifi: halmac: add main definition used by halmac pkshih
2018-03-30 7:19 ` [PATCH 05/17] rtlwifi: halmac: describe number and size of chip functions pkshih
2018-03-30 7:19 ` [PATCH 07/17] rtlwifi: halmac: add definition of TX/RX descriptor pkshih
2018-03-30 7:19 ` [PATCH 08/17] rtlwifi: halmac: add GPIO pin/pinmux definitions pkshih
2018-03-30 7:19 ` [PATCH 09/17] rtlwifi: halmac: add power sequence to turn on/off wifi card pkshih
2018-03-30 7:19 ` [PATCH 10/17] rtlwifi: halmac: access efuse through halmac helper functions pkshih
2018-03-30 7:19 ` [PATCH 11/17] rtlwifi: halmac: add files to implement halmac ops pkshih
2018-03-30 19:17 ` Johannes Berg
2018-03-31 13:52 ` Pkshih
2018-03-30 7:19 ` [PATCH 12/17] rtlwifi: halmac: add halmac init/deinit functions pkshih
2018-03-30 7:19 ` [PATCH 13/17] rtlwifi: halmac: add firmware related functions and definitions pkshih
2018-03-30 7:19 ` [PATCH 14/17] rtlwifi: halmac: add bus interface commands pkshih
2018-03-30 7:19 ` [PATCH 15/17] rtlwifi: halmac: add to control WiFi mac functions and registers pkshih
2018-03-30 7:19 ` [PATCH 16/17] rtlwifi: halmac: add to support BB and RF functions pkshih
2018-03-30 7:19 ` [PATCH 17/17] rtlwifi: add halmac to Makefile and Kconfig pkshih
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180330071916.23360-3-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=Larry.Finger@lwfinger.net \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).