mbox series

[v2,0/4] rtw89: update power limit and regulatory map tables

Message ID 20211101093106.28848-1-pkshih@realtek.com (mailing list archive)
Headers show
Series rtw89: update power limit and regulatory map tables | expand

Message

Ping-Ke Shih Nov. 1, 2021, 9:31 a.m. UTC
Update these two tables according to internal updates that follow the
latest regulations.

v2:
  - First patch uses name instead of number to represent domain indices,
    because second patch changes the indices according to internal tables.
    With the name, the second patch has only small and clear changes.
  - becomes 4 patches (v1 has 2 patches only)
    1/2 of v1 is split into three patches, and 2/2 of v1 is equal to 4/4 of v2.

Zong-Zhe Yang (4):
  rtw89: fill regd field of limit/limit_ru tables by enum
  rtw89: update rtw89 regulation definition to R58-R31
  rtw89: update tx power limit/limit_ru tables to R54
  rtw89: update rtw89_regulatory map to R58-R31

 drivers/net/wireless/realtek/rtw89/core.h     |     9 +-
 drivers/net/wireless/realtek/rtw89/phy.c      |    12 +
 drivers/net/wireless/realtek/rtw89/regd.c     |   375 +-
 .../wireless/realtek/rtw89/rtw8852a_table.c   | 12201 +++++++++-------
 4 files changed, 7177 insertions(+), 5420 deletions(-)