All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] rtw88: add some fixes and 8822c features
@ 2021-03-19  5:42 Ping-Ke Shih
  2021-03-19  5:42 ` [PATCH 1/7] rtw88: add flush hci support Ping-Ke Shih
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Ping-Ke Shih @ 2021-03-19  5:42 UTC (permalink / raw)
  To: tony0620emma, kvalo
  Cc: linux-wireless, ku920601, phhuang, shaofu, steventing, kevin_yang

The patches in this patchset aren't all related, but they will conflict
if I submit them individually.

First and second patches are fixes that we found in certain circumstances.
Patches 3-7 add features and a fix to improve performance.
The last patch is to fix BT-coexistence issue.

Ching-Te Ku (1):
  rtw88: coex: fix A2DP stutters while WL busy + WL scan

Po-Hao Huang (2):
  rtw88: 8822c: add LC calibration for RTL8822C
  rtw88: 8822c: add CFO tracking

Shao-Fu Cheng (1):
  rtw88: follow the AP basic rates for tx mgmt frame

Zong-Zhe Yang (3):
  rtw88: add flush hci support
  rtw88: fix DIG min setting
  rtw88: 8822c: update tx power limit table to RF v40.1

 drivers/net/wireless/realtek/rtw88/coex.c     |   8 +-
 drivers/net/wireless/realtek/rtw88/coex.h     |   8 +
 drivers/net/wireless/realtek/rtw88/debug.c    |  39 +
 drivers/net/wireless/realtek/rtw88/debug.h    |   1 +
 drivers/net/wireless/realtek/rtw88/hci.h      |  16 +
 drivers/net/wireless/realtek/rtw88/mac80211.c |   2 +
 drivers/net/wireless/realtek/rtw88/main.h     |  16 +
 drivers/net/wireless/realtek/rtw88/pci.c      |  69 ++
 drivers/net/wireless/realtek/rtw88/phy.c      |  89 ++-
 drivers/net/wireless/realtek/rtw88/phy.h      |   3 +
 drivers/net/wireless/realtek/rtw88/reg.h      |   6 +
 drivers/net/wireless/realtek/rtw88/rtw8822c.c | 158 +++-
 drivers/net/wireless/realtek/rtw88/rtw8822c.h |   5 +
 .../wireless/realtek/rtw88/rtw8822c_table.c   | 686 +++++++++---------
 drivers/net/wireless/realtek/rtw88/tx.c       |  27 +-
 15 files changed, 774 insertions(+), 359 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2021-05-19  6:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  5:42 [PATCH 0/7] rtw88: add some fixes and 8822c features Ping-Ke Shih
2021-03-19  5:42 ` [PATCH 1/7] rtw88: add flush hci support Ping-Ke Shih
2021-04-11  9:24   ` Kalle Valo
2021-03-19  5:42 ` [PATCH 2/7] rtw88: follow the AP basic rates for tx mgmt frame Ping-Ke Shih
2021-04-11  9:21   ` Kalle Valo
2021-04-12  8:11     ` Pkshih
2021-04-12 11:46       ` Kalle Valo
2021-04-15  4:05         ` Pkshih
2021-04-22  3:27       ` Pkshih
2021-05-19  5:59         ` Pkshih
2021-03-19  5:42 ` [PATCH 3/7] rtw88: fix DIG min setting Ping-Ke Shih
2021-03-19  5:42 ` [PATCH 4/7] rtw88: 8822c: update tx power limit table to RF v40.1 Ping-Ke Shih
2021-04-11  9:25   ` Kalle Valo
2021-03-19  5:42 ` [PATCH 5/7] rtw88: 8822c: add LC calibration for RTL8822C Ping-Ke Shih
2021-04-11  9:27   ` Kalle Valo
2021-03-19  5:42 ` [PATCH 6/7] rtw88: 8822c: add CFO tracking Ping-Ke Shih
2021-04-11  9:19   ` Kalle Valo
2021-04-12  8:11     ` Pkshih
2021-04-12 11:47       ` Kalle Valo
2021-04-15  5:02         ` Pkshih
2021-03-19  5:42 ` [PATCH 7/7] rtw88: coex: fix A2DP stutters while WL busy + WL scan Ping-Ke Shih
2021-04-11  9:28   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.