linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] rtw88: power index setting routine updates and fixes
@ 2019-05-29  7:54 yhchuang
  2019-05-29  7:54 ` [PATCH 01/11] rtw88: resolve order of tx power setting routines yhchuang
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: yhchuang @ 2019-05-29  7:54 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

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

This patch set updates the power index setting routine for rtw88.

The first commit "rtw88: resolve order of tx power setting routines"
is to reorder the functions to not to expose some functions used
internally.

The following commits:
    "rtw88: do not use (void *) as argument"
    "rtw88: unify prefixes for tx power setting routine"
    "rtw88: remove unused variable"

are minor refinements to make the routine look better.

The following commits:
    "rtw88: fix incorrect tx power limit at 5G"
    "rtw88: choose the lowest as world-wide power limit"
    "rtw88: correct power limit selection"
    "rtw88: update tx power limit table to RF v20"
    "rtw88: remove all RTW_MAX_POWER_INDEX macro"

are fixes to get correct tx power index, also update the power
limit table to the latest.

The following commits:
    "rtw88: refine flow to get tx power index"
    "rtw88: debug: dump tx power indexes in use"

add a debugfs entry to dump power index by rate, by limit and by base.
This is useful for us to check if correct power indexes are used.


Tzu-En Huang (1):
  rtw88: remove all RTW_MAX_POWER_INDEX macro

Yan-Hsuan Chuang (6):
  rtw88: resolve order of tx power setting routines
  rtw88: do not use (void *) as argument
  rtw88: unify prefixes for tx power setting routine
  rtw88: remove unused variable
  rtw88: fix incorrect tx power limit at 5G
  rtw88: choose the lowest as world-wide power limit

Zong-Zhe Yang (4):
  rtw88: correct power limit selection
  rtw88: update tx power limit table to RF v20
  rtw88: refine flow to get tx power index
  rtw88: debug: dump tx power indexes in use

 drivers/net/wireless/realtek/rtw88/debug.c         |  112 ++
 drivers/net/wireless/realtek/rtw88/main.c          |   26 +-
 drivers/net/wireless/realtek/rtw88/main.h          |   27 +-
 drivers/net/wireless/realtek/rtw88/phy.c           | 1298 +++++++++++---------
 drivers/net/wireless/realtek/rtw88/phy.h           |   18 +-
 drivers/net/wireless/realtek/rtw88/regd.c          |   69 +-
 drivers/net/wireless/realtek/rtw88/regd.h          |    4 +
 .../net/wireless/realtek/rtw88/rtw8822c_table.c    |  799 +++++++++++-
 8 files changed, 1653 insertions(+), 700 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-07-16  8:15 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-29  7:54 [PATCH 00/11] rtw88: power index setting routine updates and fixes yhchuang
2019-05-29  7:54 ` [PATCH 01/11] rtw88: resolve order of tx power setting routines yhchuang
2019-05-29 15:16   ` Larry Finger
2019-05-30  2:29     ` Tony Chuang
2019-05-30  2:57       ` Larry Finger
2019-05-30  4:59       ` Kalle Valo
2019-05-30  5:05         ` Tony Chuang
2019-05-30  5:11           ` Kalle Valo
2019-05-30  5:15             ` Tony Chuang
2019-06-27 17:27   ` Kalle Valo
2019-05-29  7:54 ` [PATCH 02/11] rtw88: do not use (void *) as argument yhchuang
2019-05-29  7:54 ` [PATCH 03/11] rtw88: unify prefixes for tx power setting routine yhchuang
2019-05-29  7:54 ` [PATCH 04/11] rtw88: remove unused variable yhchuang
2019-05-29  7:54 ` [PATCH 05/11] rtw88: fix incorrect tx power limit at 5G yhchuang
2019-05-29  7:54 ` [PATCH 06/11] rtw88: choose the lowest as world-wide power limit yhchuang
2019-05-29  7:54 ` [PATCH 07/11] rtw88: correct power limit selection yhchuang
2019-05-29  7:54 ` [PATCH 08/11] rtw88: update tx power limit table to RF v20 yhchuang
2019-05-29  7:54 ` [PATCH 09/11] rtw88: remove all RTW_MAX_POWER_INDEX macro yhchuang
2019-07-11 22:05   ` Brian Norris
2019-07-16  8:15     ` Tony Chuang
2019-05-29  7:54 ` [PATCH 10/11] rtw88: refine flow to get tx power index yhchuang
2019-05-29  7:54 ` [PATCH 11/11] rtw88: debug: dump tx power indexes in use yhchuang
2019-06-01 22:51   ` Joe Perches
2019-06-04  8:18     ` Tony Chuang
2019-06-11 10:07 ` [PATCH 00/11] rtw88: power index setting routine updates and fixes Tony Chuang
2019-06-11 13:39   ` Kalle Valo

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