All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] rtw88: 8821c: support AP mode
@ 2022-04-07  9:58 Ping-Ke Shih
  2022-04-07  9:58 ` [PATCH 1/6] rtw88: add ieee80211:sta_rc_update ops Ping-Ke Shih
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ping-Ke Shih @ 2022-04-07  9:58 UTC (permalink / raw)
  To: tony0620emma, kvalo; +Cc: linux-wireless, phhuang

AP mode is common flow in rtw88, but 8821ce doesn't work well, so we review
the AP flow. We also test STA mode, and then correct some mistakes.

First two patches are to correct things for STA mode. Patches 3/6~5/6 are
to refine and correct AP mode flow. Final patch is to correct RSSI value
in debugfs.

Ping-Ke Shih (1):
  rtw88: do PHY calibration while starting AP

Po-Hao Huang (5):
  rtw88: add ieee80211:sta_rc_update ops
  rtw88: fix incorrect frequency reported
  rtw88: Add update beacon flow for AP mode
  rtw88: 8821c: Enable TX report for management frames
  rtw88: 8821c: fix debugfs rssi value

 drivers/net/wireless/realtek/rtw88/fw.c       | 11 ++---
 drivers/net/wireless/realtek/rtw88/fw.h       |  4 +-
 drivers/net/wireless/realtek/rtw88/mac80211.c | 44 ++++++++++++++++++-
 drivers/net/wireless/realtek/rtw88/main.c     | 13 ++++--
 drivers/net/wireless/realtek/rtw88/main.h     |  6 ++-
 drivers/net/wireless/realtek/rtw88/pci.c      |  3 ++
 drivers/net/wireless/realtek/rtw88/phy.c      |  2 +-
 drivers/net/wireless/realtek/rtw88/reg.h      |  2 +
 drivers/net/wireless/realtek/rtw88/rtw8821c.c |  4 ++
 .../wireless/realtek/rtw88/rtw8821c_table.c   |  2 +-
 drivers/net/wireless/realtek/rtw88/rx.c       |  3 +-
 drivers/net/wireless/realtek/rtw88/tx.c       | 17 +++++++
 drivers/net/wireless/realtek/rtw88/tx.h       |  4 ++
 13 files changed, 99 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-26  0:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  9:58 [PATCH 0/6] rtw88: 8821c: support AP mode Ping-Ke Shih
2022-04-07  9:58 ` [PATCH 1/6] rtw88: add ieee80211:sta_rc_update ops Ping-Ke Shih
2022-04-12 13:52   ` Kalle Valo
2022-04-07  9:58 ` [PATCH 2/6] rtw88: fix incorrect frequency reported Ping-Ke Shih
2022-04-07  9:58 ` [PATCH 3/6] rtw88: Add update beacon flow for AP mode Ping-Ke Shih
2022-05-25 23:01   ` Ondřej Jirman
2022-05-26  0:03     ` Ping-Ke Shih
2022-04-07  9:58 ` [PATCH 4/6] rtw88: 8821c: Enable TX report for management frames Ping-Ke Shih
2022-04-07  9:58 ` [PATCH 5/6] rtw88: do PHY calibration while starting AP Ping-Ke Shih
2022-04-07  9:58 ` [PATCH 6/6] rtw88: 8821c: fix debugfs rssi value 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.