linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rtw89: use count of trigger frames as a clue to accelerate CFO tracking
@ 2022-06-01  1:39 Ping-Ke Shih
  2022-06-01  1:39 ` [PATCH 1/3] ieee80211: add trigger frame definition Ping-Ke Shih
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ping-Ke Shih @ 2022-06-01  1:39 UTC (permalink / raw)
  To: kvalo, johannes; +Cc: linux-wireless, echuang, phhuang

The CFO (central frequency offset) is very important to yeild good UL-OFDMA
performance. To track CFO accurately, adjust CFO in shorter period of time.
Since this is only needed by UL-OFDMA, we use trigger frames as a clue.

Eric Huang (1):
  rtw89: add new state to CFO state machine for UL-OFDMA

Po Hao Huang (2):
  ieee80211: add trigger frame definition
  rtw89: 8852c: add trigger frame counter

 drivers/net/wireless/realtek/rtw89/core.c  | 48 ++++++++++++++++++++++
 drivers/net/wireless/realtek/rtw89/core.h  | 21 ++++++++++
 drivers/net/wireless/realtek/rtw89/debug.c |  3 +-
 drivers/net/wireless/realtek/rtw89/phy.c   | 24 +++++++++--
 drivers/net/wireless/realtek/rtw89/phy.h   |  1 +
 include/linux/ieee80211.h                  | 31 ++++++++++++++
 6 files changed, 124 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-08  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01  1:39 [PATCH 0/3] rtw89: use count of trigger frames as a clue to accelerate CFO tracking Ping-Ke Shih
2022-06-01  1:39 ` [PATCH 1/3] ieee80211: add trigger frame definition Ping-Ke Shih
2022-06-08  8:06   ` Kalle Valo
2022-06-08  8:13     ` Ping-Ke Shih
2022-06-08  8:14       ` Johannes Berg
2022-06-01  1:39 ` [PATCH 2/3] rtw89: 8852c: add trigger frame counter Ping-Ke Shih
2022-06-01  1:39 ` [PATCH 3/3] rtw89: add new state to CFO state machine for UL-OFDMA 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).