From: <pkshih@realtek.com>
To: <kvalo@codeaurora.org>, <tony0620emma@gmail.com>
Cc: <linux-wireless@vger.kernel.org>
Subject: [PATCH v3 00/11] rtw88: coex: fix field issues and add debug interfaces
Date: Mon, 9 Nov 2020 16:58:58 +0800 [thread overview]
Message-ID: <20201109085909.9143-1-pkshih@realtek.com> (raw)
From: Ping-Ke Shih <pkshih@realtek.com>
This patchset adds coex code synchronized from our internal tree, in which
we fix many field issues, and add debug interfaces that is helpful to debug
in field. Also, some coding style fixes are included.
There are totally 32 patches, so I plan to submit them as three patchsets,
and this is the first one.
v2: remove rtw_coex_coex_dm_reset from "rtw88: coex: coding style adjustment".
Reported-by: kernel test robot <lkp@intel.com>
v3:
* rebase onto "rtw88: coex: separate BLE HID profile from BLE profile"
* fix the description of "rtw88: coex: coding style adjustment"
Ching-Te Ku (11):
rtw88: coex: fixed some wrong register definition and setting
rtw88: coex: update coex parameter to improve A2DP quality
rtw88: coex: reduce magic number
rtw88: coex: coding style adjustment
rtw88: coex: Modify the timing of set_ant_path/set_rf_para
rtw88: coex: add separate flag for manual control
rtw88: coex: modified for BT info notify
rtw88: coex: change the parameter for A2DP when WLAN connecting
rtw88: coex: update WLAN 5G AFH parameter for 8822b
rtw88: coex: add debug message
rtw88: coex: simplify the setting and condition about WLAN TX
limitation
drivers/net/wireless/realtek/rtw88/coex.c | 673 ++++++++++++++----
drivers/net/wireless/realtek/rtw88/coex.h | 36 +-
drivers/net/wireless/realtek/rtw88/debug.c | 4 +-
drivers/net/wireless/realtek/rtw88/main.c | 4 +-
drivers/net/wireless/realtek/rtw88/main.h | 13 +-
drivers/net/wireless/realtek/rtw88/reg.h | 15 +-
drivers/net/wireless/realtek/rtw88/rtw8723d.c | 62 +-
drivers/net/wireless/realtek/rtw88/rtw8821c.c | 3 +-
drivers/net/wireless/realtek/rtw88/rtw8821c.h | 2 -
drivers/net/wireless/realtek/rtw88/rtw8822b.c | 47 +-
drivers/net/wireless/realtek/rtw88/rtw8822c.c | 99 +--
11 files changed, 702 insertions(+), 256 deletions(-)
--
2.21.0
next reply other threads:[~2020-11-09 9:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-09 8:58 pkshih [this message]
2020-11-09 8:58 ` [PATCH v3 01/11] rtw88: coex: fixed some wrong register definition and setting pkshih
2020-11-10 18:59 ` Kalle Valo
2020-11-09 8:59 ` [PATCH v3 02/11] rtw88: coex: update coex parameter to improve A2DP quality pkshih
2020-11-09 8:59 ` [PATCH v3 03/11] rtw88: coex: reduce magic number pkshih
2020-11-09 8:59 ` [PATCH v3 04/11] rtw88: coex: coding style adjustment pkshih
2020-11-09 8:59 ` [PATCH v3 05/11] rtw88: coex: Modify the timing of set_ant_path/set_rf_para pkshih
2020-11-09 8:59 ` [PATCH v3 06/11] rtw88: coex: add separate flag for manual control pkshih
2020-11-09 8:59 ` [PATCH v3 07/11] rtw88: coex: modified for BT info notify pkshih
2020-11-09 8:59 ` [PATCH v3 08/11] rtw88: coex: change the parameter for A2DP when WLAN connecting pkshih
2020-11-09 8:59 ` [PATCH v3 09/11] rtw88: coex: update WLAN 5G AFH parameter for 8822b pkshih
2020-11-09 8:59 ` [PATCH v3 10/11] rtw88: coex: add debug message pkshih
2020-11-09 8:59 ` [PATCH v3 11/11] rtw88: coex: simplify the setting and condition about WLAN TX limitation 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=20201109085909.9143-1-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=tony0620emma@gmail.com \
/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).