From: Ping-Ke Shih <pkshih@realtek.com>
To: <kvalo@kernel.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: [PATCH v2 0/5] wifi: rtw89: support TX diversity for 1T2R variant model
Date: Wed, 7 Sep 2022 16:43:57 +0800 [thread overview]
Message-ID: <20220907084402.66480-1-pkshih@realtek.com> (raw)
To support TX diversity, query firmware to know if it is 1T2R variant
model. Then, checking RSSI periodically to know which antenna has better
signal strength that can be seen as the antenna is close to AP. Therefore,
use the antenna with better RSSI to transmit packets dynamically.
v2:
- patch 3/5: use separate 'ret'
- patch 5/5: no need casting from void pointer
Ping-Ke Shih (5):
wifi: rtw89: use u32_get_bits to access C2H content of PHY capability
wifi: rtw89: parse phycap of TX/RX antenna number
wifi: rtw89: configure TX path via H2C command
wifi: rtw89: record signal strength per RF path
wifi: rtw89: support TX diversity for 1T2R chipset
drivers/net/wireless/realtek/rtw89/core.c | 21 +++++--
drivers/net/wireless/realtek/rtw89/core.h | 6 +-
drivers/net/wireless/realtek/rtw89/debug.c | 12 +++-
drivers/net/wireless/realtek/rtw89/fw.c | 62 ++++++++++++++++---
drivers/net/wireless/realtek/rtw89/fw.h | 43 ++++++++-----
drivers/net/wireless/realtek/rtw89/mac.c | 35 ++++++++---
drivers/net/wireless/realtek/rtw89/mac80211.c | 3 +-
drivers/net/wireless/realtek/rtw89/phy.c | 56 +++++++++++++++++
drivers/net/wireless/realtek/rtw89/phy.h | 1 +
drivers/net/wireless/realtek/rtw89/reg.h | 6 ++
drivers/net/wireless/realtek/rtw89/rtw8852a.c | 6 +-
drivers/net/wireless/realtek/rtw89/rtw8852c.c | 6 +-
12 files changed, 211 insertions(+), 46 deletions(-)
--
2.25.1
next reply other threads:[~2022-09-07 8:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 8:43 Ping-Ke Shih [this message]
2022-09-07 8:43 ` [PATCH v2 1/5] wifi: rtw89: use u32_get_bits to access C2H content of PHY capability Ping-Ke Shih
2022-09-07 8:43 ` [PATCH v2 2/5] wifi: rtw89: parse phycap of TX/RX antenna number Ping-Ke Shih
2022-09-07 8:44 ` [PATCH v2 3/5] wifi: rtw89: configure TX path via H2C command Ping-Ke Shih
2022-09-08 7:07 ` Kalle Valo
2022-09-08 7:44 ` Ping-Ke Shih
2022-09-07 8:44 ` [PATCH v2 4/5] wifi: rtw89: record signal strength per RF path Ping-Ke Shih
2022-09-07 8:44 ` [PATCH v2 5/5] wifi: rtw89: support TX diversity for 1T2R chipset 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=20220907084402.66480-1-pkshih@realtek.com \
--to=pkshih@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