Message ID | 20201027021157.6116-1-pkshih@realtek.com |
---|---|
Headers | show |
Series | rtw88: coex: fix field issues and add debug interfaces | expand |
On Tue, 2020-10-27 at 10:11 +0800, pkshih@realtek.com wrote: > 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> Hi Kalle, Please drop this patchset, I'd like to land the patch "rtw88: coex: separate BLE HID profile from BLE profile" first, because the patch can have big improvement of BLE HID user experience. I'll do rebase of this patchset, and resend v3 when I'm ready. Since this patchset depends on the patch, I'll add note to avoid conflict. Thank you --- Ping-Ke
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> 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 | 65 +- drivers/net/wireless/realtek/rtw88/rtw8821c.c | 3 +- drivers/net/wireless/realtek/rtw88/rtw8821c.h | 2 - drivers/net/wireless/realtek/rtw88/rtw8822b.c | 65 +- drivers/net/wireless/realtek/rtw88/rtw8822c.c | 102 +-- 11 files changed, 719 insertions(+), 263 deletions(-)