From: <pkshih@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <Larry.Finger@lwfinger.net>, <linux-wireless@vger.kernel.org>
Subject: [PATCH v3 0/9] rtlwifi: btcoex: Add 8822b btcoex support
Date: Tue, 10 Apr 2018 10:52:17 +0800 [thread overview]
Message-ID: <20180410025226.5236-1-pkshih@realtek.com> (raw)
From: Ping-Ke Shih <pkshih@realtek.com>
v3: forget to CC wireless mailing list, so resend again. No any change.
v2: fix misspelling and boolean expression in patch 1/9
Patches 1-2 are revised by patches 12 of previous patchset. 8822b coex
files are split into two patches, and I remove some comments and apply
'static const' to version related variables.
Patches 3-4 aren't changed. (identical to patches 13-15 of previous patchset)
Patches 6-7 remove comments and apply 'static const' to existing files.
Patches 8-9 remove global variables, and use local variables instead.
Ping-Ke Shih (9):
rtlwifi: btcoex: Add 8822b1ant coex files
rtlwifi: btcoex: Add 8822b2ant coex files
rtlwifi: btcoex: Add 8822b header files to precomp.h
rtlwifi: btcoex: Add 8822b routine to btc interfaces
rtlwifi: btcoex: Add 8822b to Makefile
rtlwifi: btcoex: remove comments that are not meaningful
rtlwifi: btcoex: Add modifier const to version related variables
rtlwifi: btcoex: Add struct members to replace global varaibles
rtlwifi: btcoex: Remove global variables of chip specific context
.../wireless/realtek/rtlwifi/btcoexist/Makefile | 3 +
.../realtek/rtlwifi/btcoexist/halbt_precomp.h | 9 +-
.../realtek/rtlwifi/btcoexist/halbtc8192e2ant.c | 68 +-
.../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | 82 +-
.../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | 82 +-
.../realtek/rtlwifi/btcoexist/halbtc8821a1ant.c | 71 +-
.../realtek/rtlwifi/btcoexist/halbtc8821a2ant.c | 64 +-
.../realtek/rtlwifi/btcoexist/halbtc8822b1ant.c | 5365 +++++++++++++++++++
.../realtek/rtlwifi/btcoexist/halbtc8822b1ant.h | 413 ++
.../realtek/rtlwifi/btcoexist/halbtc8822b2ant.c | 5429 ++++++++++++++++++++
.../realtek/rtlwifi/btcoexist/halbtc8822b2ant.h | 434 ++
.../realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 100 +
.../realtek/rtlwifi/btcoexist/halbtcoutsrc.h | 24 +
13 files changed, 12005 insertions(+), 139 deletions(-)
create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b1ant.c
create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b1ant.h
create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b2ant.c
create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b2ant.h
--
2.15.1
next reply other threads:[~2018-04-10 2:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 2:52 pkshih [this message]
2018-04-10 2:52 ` [PATCH v3 1/9] rtlwifi: btcoex: Add 8822b1ant coex files pkshih
2018-04-10 2:52 ` [PATCH v3 2/9] rtlwifi: btcoex: Add 8822b2ant " pkshih
2018-04-10 2:52 ` [PATCH v3 3/9] rtlwifi: btcoex: Add 8822b header files to precomp.h pkshih
2018-04-10 2:52 ` [PATCH v3 4/9] rtlwifi: btcoex: Add 8822b routine to btc interfaces pkshih
2018-04-11 18:15 ` kbuild test robot
2018-04-10 2:52 ` [PATCH v3 5/9] rtlwifi: btcoex: Add 8822b to Makefile pkshih
2018-04-10 2:52 ` [PATCH v3 6/9] rtlwifi: btcoex: remove comments that are not meaningful pkshih
2018-04-10 2:52 ` [PATCH v3 7/9] rtlwifi: btcoex: Add modifier const to version related variables pkshih
2018-04-10 2:52 ` [PATCH v3 8/9] rtlwifi: btcoex: Add struct members to replace global varaibles pkshih
2018-04-10 2:52 ` [PATCH v3 9/9] rtlwifi: btcoex: Remove global variables of chip specific context 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=20180410025226.5236-1-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).