All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <tony0620emma@gmail.com>, <kvalo@kernel.org>
Cc: <linux-wireless@vger.kernel.org>, <phhuang@realtek.com>
Subject: [PATCH 0/6] rtw88: 8821c: support AP mode
Date: Thu, 7 Apr 2022 17:58:52 +0800	[thread overview]
Message-ID: <20220407095858.46807-1-pkshih@realtek.com> (raw)

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


             reply	other threads:[~2022-04-07  9:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07  9:58 Ping-Ke Shih [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220407095858.46807-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=phhuang@realtek.com \
    --cc=tony0620emma@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.