All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/2] wifi: rtw89: consider TX power limit of DAG
@ 2025-04-30  5:51 Ping-Ke Shih
  2025-04-30  5:51 ` [PATCH rtw-next 1/2] wifi: rtw89: phy: add C2H event handler for report of FW scan Ping-Ke Shih
  2025-04-30  5:51 ` [PATCH rtw-next 2/2] wifi: rtw89: constrain TX power according to dynamic antenna power table Ping-Ke Shih
  0 siblings, 2 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2025-04-30  5:51 UTC (permalink / raw)
  To: linux-wireless; +Cc: damon.chen

The DAG (dynamic antenna power) can increase TX power, and should be under
the numbers of DA limit tables. Add this by patch 2/2.

The patch 1/2 is added to handle C2H event related to FW scan for new
firmware. The event is to show status. No functional changes.

Kuan-Chung Chen (2):
  wifi: rtw89: phy: add C2H event handler for report of FW scan
  wifi: rtw89: constrain TX power according to dynamic antenna power
    table

 drivers/net/wireless/realtek/rtw89/core.h |  10 ++
 drivers/net/wireless/realtek/rtw89/fw.c   |  76 ++++++++++++++
 drivers/net/wireless/realtek/rtw89/fw.h   |  19 ++++
 drivers/net/wireless/realtek/rtw89/phy.c  | 119 ++++++++++++++++------
 drivers/net/wireless/realtek/rtw89/phy.h  |   1 +
 5 files changed, 196 insertions(+), 29 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-05-05  2:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30  5:51 [PATCH rtw-next 0/2] wifi: rtw89: consider TX power limit of DAG Ping-Ke Shih
2025-04-30  5:51 ` [PATCH rtw-next 1/2] wifi: rtw89: phy: add C2H event handler for report of FW scan Ping-Ke Shih
2025-05-05  2:36   ` Ping-Ke Shih
2025-04-30  5:51 ` [PATCH rtw-next 2/2] wifi: rtw89: constrain TX power according to dynamic antenna power table Ping-Ke Shih

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.