All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] rtw88: 8821c: the rest patches to support 8821c
@ 2020-06-03  9:42 yhchuang
  2020-06-03  9:42 ` [PATCH v2 1/5] rtw88: 8821c: add cck pd settings yhchuang
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: yhchuang @ 2020-06-03  9:42 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, tehuang, bigeasy

From: Yan-Hsuan Chuang <yhchuang@realtek.com>

[Note] this set is based on another set:
    [v3,0/7] rtw88: 8821c: add basic function routines
    https://patchwork.kernel.org/cover/11585415/

After this set, the RTL8821CE device is supported by rtw88.
The CCK PD settings allows the device to adjust to the environment.
The power tracking mechanism can detect the thermal value of the
device and modify the power index.

As RTL8821CE is an 802.11ac 1x1 device, the STBC the no supported.

v1 -> v2
  * rebase
  * add definition for some register


Tzu-En Huang (5):
  rtw88: 8821c: add cck pd settings
  rtw88: 8821c: add power tracking
  rtw88: 8821c: add beamformee support
  rtw88: single rf path chips don't support TX STBC
  rtw88: 8821c: Add 8821CE to Kconfig and Makefile

 drivers/net/wireless/realtek/rtw88/Kconfig    |  14 +
 drivers/net/wireless/realtek/rtw88/Makefile   |   6 +
 drivers/net/wireless/realtek/rtw88/bf.c       |   5 +-
 drivers/net/wireless/realtek/rtw88/main.c     |   4 +-
 drivers/net/wireless/realtek/rtw88/main.h     |   2 +
 drivers/net/wireless/realtek/rtw88/rtw8821c.c | 361 ++++++++++++++++++
 drivers/net/wireless/realtek/rtw88/rtw8821c.h |   4 +
 7 files changed, 392 insertions(+), 4 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-07-15  9:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03  9:42 [PATCH v2 0/5] rtw88: 8821c: the rest patches to support 8821c yhchuang
2020-06-03  9:42 ` [PATCH v2 1/5] rtw88: 8821c: add cck pd settings yhchuang
2020-06-05 10:53   ` Sebastian Andrzej Siewior
2020-07-15  8:50   ` Kalle Valo
2020-07-15  9:29     ` Tony Chuang
2020-07-15  9:10   ` Kalle Valo
2020-06-03  9:42 ` [PATCH v2 2/5] rtw88: 8821c: add power tracking yhchuang
2020-06-05 14:30   ` Sebastian Andrzej Siewior
2020-06-03  9:42 ` [PATCH v2 3/5] rtw88: 8821c: add beamformee support yhchuang
2020-06-03  9:42 ` [PATCH v2 4/5] rtw88: single rf path chips don't support TX STBC yhchuang
2020-06-03  9:42 ` [PATCH v2 5/5] rtw88: 8821c: Add 8821CE to Kconfig and Makefile yhchuang
2020-06-08 19:01   ` Larry Finger
2020-06-16 11:07     ` Tony Chuang
2020-07-02  5:17       ` Kai-Heng Feng

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.