All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] rtw88: minor throughput improvement
@ 2019-10-22 10:04 yhchuang
  2019-10-22 10:04 ` [PATCH v3 1/5] rtw88: use macro to check the current band yhchuang
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: yhchuang @ 2019-10-22 10:04 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, briannorris

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

This patchset mainly adds support for beamforming and power
tracking. Power tracking can monitor the thermal value of
the device and adjust corresponding power indexes, to make
sure the RF output power is expected.

And another thing is to add a debugfs for physical layer
information. This is useful when sometimes the environment
is too harsh for the device, and provides the activities
for us to debug.


v1 -> v2
  * Do not use cast on "const" pointers
  * Add macros for checking current band, also used in power tracking
  * Some refinement for power tracking
  * Remove regulatory's module parameter for user's hint, and enable
    it by choosing the Kconfig
  * Add some description for beamforming module parameter

v2 -> v3
  * more refinement for magic numbers
  * split patch set, remove regulatory patch, for further discussion


Tsang-Shian Lin (1):
  rtw88: add phy_info debugfs to show Tx/Rx physical status

Tzu-En Huang (3):
  rtw88: add power tracking support
  rtw88: Enable 802.11ac beamformee support
  rtw88: add set_bitrate_mask support

Yan-Hsuan Chuang (1):
  rtw88: use macro to check the current band

 drivers/net/wireless/realtek/rtw88/Makefile   |   1 +
 drivers/net/wireless/realtek/rtw88/bf.c       | 400 +++++++++++++++
 drivers/net/wireless/realtek/rtw88/bf.h       |  92 ++++
 drivers/net/wireless/realtek/rtw88/debug.c    | 174 ++++++-
 drivers/net/wireless/realtek/rtw88/debug.h    |   1 +
 drivers/net/wireless/realtek/rtw88/fw.c       |   1 +
 drivers/net/wireless/realtek/rtw88/mac.c      |   2 +-
 drivers/net/wireless/realtek/rtw88/mac80211.c |  64 +++
 drivers/net/wireless/realtek/rtw88/main.c     | 153 +++++-
 drivers/net/wireless/realtek/rtw88/main.h     | 166 ++++++-
 drivers/net/wireless/realtek/rtw88/phy.c      | 137 +++++-
 drivers/net/wireless/realtek/rtw88/phy.h      |  12 +
 drivers/net/wireless/realtek/rtw88/reg.h      |   1 +
 drivers/net/wireless/realtek/rtw88/rtw8822b.c | 461 +++++++++++++++++-
 drivers/net/wireless/realtek/rtw88/rtw8822b.h |  12 +
 drivers/net/wireless/realtek/rtw88/rtw8822c.c | 351 ++++++++++++-
 drivers/net/wireless/realtek/rtw88/rtw8822c.h |  12 +
 drivers/net/wireless/realtek/rtw88/rx.c       |  69 ++-
 18 files changed, 2027 insertions(+), 82 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtw88/bf.c
 create mode 100644 drivers/net/wireless/realtek/rtw88/bf.h

-- 
2.17.1


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

end of thread, other threads:[~2019-10-24  5:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 10:04 [PATCH v3 0/5] rtw88: minor throughput improvement yhchuang
2019-10-22 10:04 ` [PATCH v3 1/5] rtw88: use macro to check the current band yhchuang
2019-10-24  5:46   ` Kalle Valo
2019-10-22 10:04 ` [PATCH v3 2/5] rtw88: add power tracking support yhchuang
2019-10-22 12:36   ` Chris Chiu
2019-10-23  2:22     ` Tony Chuang
2019-10-23  3:00       ` Chris Chiu
2019-10-24  1:29   ` Chris Chiu
2019-10-22 10:04 ` [PATCH v3 3/5] rtw88: Enable 802.11ac beamformee support yhchuang
2019-10-22 10:04 ` [PATCH v3 4/5] rtw88: add set_bitrate_mask support yhchuang
2019-10-22 12:49   ` Chris Chiu
2019-10-23  0:47     ` Pkshih
2019-10-23  2:37       ` Tony Chuang
2019-10-23  3:15         ` Chris Chiu
2019-10-22 10:04 ` [PATCH v3 5/5] rtw88: add phy_info debugfs to show Tx/Rx physical status yhchuang
2019-10-24  1:33   ` Chris Chiu

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.