Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/14] wifi: rtw89: improve radiotap especially HE SIG-A/SIG-B
@ 2026-05-06 13:09 Ping-Ke Shih
  2026-05-06 13:09 ` [PATCH rtw-next 01/14] wifi: rtw89: add AMPDU to radiotap Ping-Ke Shih
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Ping-Ke Shih @ 2026-05-06 13:09 UTC (permalink / raw)
  To: linux-wireless

The rtw89 has supported monitor mode already, but only basic channel,
bandwidth and data rate. This patchset introduces SIG-A/SIG-B from
PHY status IE-09/IE-10 to fill VHT and HE-SU/HE-TB/HE-MU/HE-EXT_SU
radiotap.

Hardware captures HE-MU packets by target BSS color and AID, so add a
debugfs to fill the target values.

Ping-Ke Shih (14):
  wifi: rtw89: add AMPDU to radiotap
  wifi: rtw89: add VHT beamformed to radiotap
  wifi: rtw89: SNIFFER_MODE bit along IEEE80211_CONF_MONITOR
  wifi: rtw89: phy: define PHY status IE length for generations
  wifi: rtw89: phy: enable IE-09/IE-10 PHY status report for monitor
    mode
  wifi: rtw89: move HE radiotap to an individual function
  wifi: rtw89: fill VHT radiotap
  wifi: rtw89: fill HE-SU/HE-TB/HE-MU/HE-EXT_SU radiotap
  wifi: rtw89: debug: make implementation of beacon_info entry in order
  wifi: rtw89: add debugfs entry of monitor mode options to capture
    HE-MU packets
  wifi: rtw89: phy: check length before parsing PHY status IE
  wifi: rtw89: phy: skip trailing 8-byte zeros of PHY status IE for
    RTL8922D
  wifi: rtw89: phy: support PHY status IE-09 GEN2 for RTL8922D
  wifi: rtw89: check skb headroom before adding radiotap

 drivers/net/wireless/realtek/rtw89/core.c     | 615 ++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/core.h     |  29 +-
 drivers/net/wireless/realtek/rtw89/debug.c    | 165 +++--
 drivers/net/wireless/realtek/rtw89/mac80211.c |   8 +
 drivers/net/wireless/realtek/rtw89/phy.c      |  44 +-
 drivers/net/wireless/realtek/rtw89/phy.h      |   8 +
 drivers/net/wireless/realtek/rtw89/phy_be.c   |   8 +
 drivers/net/wireless/realtek/rtw89/txrx.h     | 108 +++
 8 files changed, 879 insertions(+), 106 deletions(-)


base-commit: c1ed02655f9134d6af6a01a58b734329c2f4f22c
-- 
2.25.1


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

end of thread, other threads:[~2026-05-06 13:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 13:09 [PATCH rtw-next 00/14] wifi: rtw89: improve radiotap especially HE SIG-A/SIG-B Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 01/14] wifi: rtw89: add AMPDU to radiotap Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 02/14] wifi: rtw89: add VHT beamformed " Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 03/14] wifi: rtw89: SNIFFER_MODE bit along IEEE80211_CONF_MONITOR Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 04/14] wifi: rtw89: phy: define PHY status IE length for generations Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 05/14] wifi: rtw89: phy: enable IE-09/IE-10 PHY status report for monitor mode Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 06/14] wifi: rtw89: move HE radiotap to an individual function Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 07/14] wifi: rtw89: fill VHT radiotap Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 08/14] wifi: rtw89: fill HE-SU/HE-TB/HE-MU/HE-EXT_SU radiotap Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 09/14] wifi: rtw89: debug: make implementation of beacon_info entry in order Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 10/14] wifi: rtw89: add debugfs entry of monitor mode options to capture HE-MU packets Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 11/14] wifi: rtw89: phy: check length before parsing PHY status IE Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 12/14] wifi: rtw89: phy: skip trailing 8-byte zeros of PHY status IE for RTL8922D Ping-Ke Shih
2026-05-06 13:09 ` [PATCH rtw-next 13/14] wifi: rtw89: phy: support PHY status IE-09 GEN2 " Ping-Ke Shih
2026-05-06 13:10 ` [PATCH rtw-next 14/14] wifi: rtw89: check skb headroom before adding radiotap 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