mbox series

[0/3] wifi: rtw89: regd: add regd table with more fields to firmware file

Message ID 20250120032723.19042-1-pkshih@realtek.com (mailing list archive)
Headers show
Series wifi: rtw89: regd: add regd table with more fields to firmware file | expand

Message

Ping-Ke Shih Jan. 20, 2025, 3:27 a.m. UTC
The regd table is to map country code to tables of TX power limit and
added support of two functions TAS and DAG. Append this table to firmware
file as well, and then we can update the changes of regd table via firmware
file in the future.

The patch 3/3 is to refactor initial flow of regd, and correct the naming
by the way.

Zong-Zhe Yang (3):
  wifi: rtw89: regd: support loading regd table from fw element
  wifi: rtw89: regd: handle supported regulatory functions by country
  wifi: rtw89: regd: refactor init/setup flow and prototype

 drivers/net/wireless/realtek/rtw89/core.c |   2 +-
 drivers/net/wireless/realtek/rtw89/core.h |  26 +-
 drivers/net/wireless/realtek/rtw89/fw.c   |  98 ++++
 drivers/net/wireless/realtek/rtw89/fw.h   |  23 +
 drivers/net/wireless/realtek/rtw89/regd.c | 566 +++++++++++-----------
 5 files changed, 440 insertions(+), 275 deletions(-)