linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] rtw88: coex: enhance coex performance and synchronize coex code
@ 2020-11-26  2:10 pkshih
  2020-11-26  2:10 ` [PATCH v2 01/10] rtw88: coex: run coexistence when WLAN entering/leaving LPS pkshih
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: pkshih @ 2020-11-26  2:10 UTC (permalink / raw)
  To: kvalo; +Cc: tony0620emma, ku920601, linux-wireless

From: Ping-Ke Shih <pkshih@realtek.com>

This is the last patchset of my total 32 coex patches, fixing some issues
to improve user experience in field. And, some patches synchronized the
code from our internal tree are necessary for us to merge fixes, though
they doesn't really affect the behavior for now.

v2:
  * fix "set but not used" warnings reported by kernel test robot on
    "[PATCH 09/10] rtw88: coex: upgrade coexistence A2DP mechanism".
    I move some variables to PATCH 10/10 because they are used there, and
    delete others that are not used.

Ching-Te Ku (10):
  rtw88: coex: run coexistence when WLAN entering/leaving LPS
  rtw88: coex: add debug message
  rtw88: coex: update the mechanism for A2DP + PAN
  rtw88: coex: update AFH information while in free-run mode
  rtw88: coex: change the coexistence mechanism for HID
  rtw88: coex: change the coexistence mechanism for WLAN connected
  rtw88: coex: add function to avoid cck lock
  rtw88: coex: add action for coexistence in hardware initial
  rtw88: coex: upgrade coexistence A2DP mechanism
  rtw88: coex: add feature to enhance HID coexistence performance

 drivers/net/wireless/realtek/rtw88/coex.c     | 714 ++++++++++++++----
 drivers/net/wireless/realtek/rtw88/coex.h     |   6 +
 drivers/net/wireless/realtek/rtw88/debug.c    |  23 +
 drivers/net/wireless/realtek/rtw88/debug.h    |   1 +
 drivers/net/wireless/realtek/rtw88/main.c     |   5 +
 drivers/net/wireless/realtek/rtw88/main.h     |  21 +
 drivers/net/wireless/realtek/rtw88/rtw8723d.c |   1 +
 drivers/net/wireless/realtek/rtw88/rtw8821c.c |   1 +
 drivers/net/wireless/realtek/rtw88/rtw8822b.c |   1 +
 drivers/net/wireless/realtek/rtw88/rtw8822c.c |   1 +
 10 files changed, 618 insertions(+), 156 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-12-02 19:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-26  2:10 [PATCH v2 00/10] rtw88: coex: enhance coex performance and synchronize coex code pkshih
2020-11-26  2:10 ` [PATCH v2 01/10] rtw88: coex: run coexistence when WLAN entering/leaving LPS pkshih
2020-12-02 19:24   ` Kalle Valo
2020-11-26  2:10 ` [PATCH v2 02/10] rtw88: coex: add debug message pkshih
2020-11-26  2:10 ` [PATCH v2 03/10] rtw88: coex: update the mechanism for A2DP + PAN pkshih
2020-11-26  2:10 ` [PATCH v2 04/10] rtw88: coex: update AFH information while in free-run mode pkshih
2020-11-26  2:10 ` [PATCH v2 05/10] rtw88: coex: change the coexistence mechanism for HID pkshih
2020-11-26  2:10 ` [PATCH v2 06/10] rtw88: coex: change the coexistence mechanism for WLAN connected pkshih
2020-11-26  2:10 ` [PATCH v2 07/10] rtw88: coex: add function to avoid cck lock pkshih
2020-11-26  2:10 ` [PATCH v2 08/10] rtw88: coex: add action for coexistence in hardware initial pkshih
2020-11-26  2:10 ` [PATCH v2 09/10] rtw88: coex: upgrade coexistence A2DP mechanism pkshih
2020-11-26  2:10 ` [PATCH v2 10/10] rtw88: coex: add feature to enhance HID coexistence performance pkshih

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).