From: Ping-Ke Shih <pkshih@realtek.com>
To: <kvalo@kernel.org>
Cc: <kevin_yang@realtek.com>, <linux-wireless@vger.kernel.org>
Subject: [PATCH 0/6] wifi: rtw89: generalize MAC registers to support WiFi 7 chips
Date: Thu, 12 Oct 2023 09:48:56 +0800 [thread overview]
Message-ID: <20231012014902.18523-1-pkshih@realtek.com> (raw)
WiFi 7 registers of RTS, MU-EDCA and beamforming are different from
existing chips, but we can still possibly reuse most of existing code.
The initial beamformee code when associated is largely different, so make
them as individual functions.
Ping-Ke Shih (1):
wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips
Zong-Zhe Yang (5):
wifi: rtw89: mac: update RTS threshold according to chip gen
wifi: rtw89: mac: generalize register of MU-EDCA switch according to
chip gen
wifi: rtw89: mac: set bfee_ctrl() according to chip gen
wifi: rtw89: mac: set bf_assoc capabilities according to chip gen
wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips
drivers/net/wireless/realtek/rtw89/mac.c | 57 ++++--
drivers/net/wireless/realtek/rtw89/mac.h | 22 ++-
drivers/net/wireless/realtek/rtw89/mac80211.c | 16 +-
drivers/net/wireless/realtek/rtw89/mac_be.c | 174 ++++++++++++++++++
drivers/net/wireless/realtek/rtw89/reg.h | 79 ++++++++
5 files changed, 322 insertions(+), 26 deletions(-)
--
2.25.1
next reply other threads:[~2023-10-12 1:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 1:48 Ping-Ke Shih [this message]
2023-10-12 1:48 ` [PATCH 1/6] wifi: rtw89: mac: update RTS threshold according to chip gen Ping-Ke Shih
2023-10-12 1:48 ` [PATCH 2/6] wifi: rtw89: mac: generalize register of MU-EDCA switch " Ping-Ke Shih
2023-10-12 1:48 ` [PATCH 3/6] wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips Ping-Ke Shih
2023-10-12 1:49 ` [PATCH 4/6] wifi: rtw89: mac: set bfee_ctrl() according to chip gen Ping-Ke Shih
2023-10-12 1:49 ` [PATCH 5/6] wifi: rtw89: mac: set bf_assoc capabilities " Ping-Ke Shih
2023-10-12 1:49 ` [PATCH 6/6] wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips Ping-Ke Shih
2023-10-12 2:17 ` [PATCH 0/6] wifi: rtw89: generalize MAC registers to support WiFi 7 chips 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=20231012014902.18523-1-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=kevin_yang@realtek.com \
--cc=kvalo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
/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 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).