linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] wifi: rtw89: consider UL-bandwidth of trigger frame as clue to improve OFDMA performance
@ 2023-09-25  8:08 Ping-Ke Shih
  2023-09-25  8:08 ` [PATCH 1/3] wifi: ieee80211: add UL-bandwidth definition of trigger frame Ping-Ke Shih
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ping-Ke Shih @ 2023-09-25  8:08 UTC (permalink / raw)
  To: kvalo; +Cc: johannes, phhuang, linux-wireless

Patch 3/3 is the main patch to improve UL-OFDMA performance when
UL-bandwidth is 160MHz and RU < 106. In this case, apply pre-calculated
matrix to transmit with proper power.

To assist that, patch 1/3 is to add UL-bandwidth definition of trigger
frame. Patch 2/3 is to adjust naming of waveform control related to trigger
frame to avoid ambiguity.

Po-Hao Huang (3):
  wifi: ieee80211: add UL-bandwidth definition of trigger frame
  wifi: rtw89: refine uplink trigger based control mechanism
  wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance

 drivers/net/wireless/realtek/rtw89/core.c     |  17 ++-
 drivers/net/wireless/realtek/rtw89/core.h     |  29 +++-
 drivers/net/wireless/realtek/rtw89/phy.c      | 129 ++++++++++++++----
 drivers/net/wireless/realtek/rtw89/reg.h      |  12 ++
 drivers/net/wireless/realtek/rtw89/rtw8851b.c |   3 +-
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |   3 +-
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |   3 +-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   3 +-
 include/linux/ieee80211.h                     |   7 +
 9 files changed, 166 insertions(+), 40 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-29  0:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25  8:08 [PATCH 0/3] wifi: rtw89: consider UL-bandwidth of trigger frame as clue to improve OFDMA performance Ping-Ke Shih
2023-09-25  8:08 ` [PATCH 1/3] wifi: ieee80211: add UL-bandwidth definition of trigger frame Ping-Ke Shih
2023-09-25  8:09 ` [PATCH 2/3] wifi: rtw89: refine uplink trigger based control mechanism Ping-Ke Shih
2023-09-28 16:20   ` Kalle Valo
2023-09-28 16:24     ` Kalle Valo
2023-09-29  0:42       ` Ping-Ke Shih
2023-09-25  8:09 ` [PATCH 3/3] wifi: rtw89: Refine bandwidth 160MHz uplink OFDMA performance Ping-Ke Shih
2023-09-25  8:09 ` [PATCH 3/3] wifi: rtw89: refine " Ping-Ke Shih

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