mbox series

[0/5] wifi: rtw89: configure encryption/decryption and channels for MLO

Message ID 20241022083106.149252-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: configure encryption/decryption and channels for MLO | expand

Message

Ping-Ke Shih Oct. 22, 2024, 8:31 a.m. UTC
A patchset to prepare more materials related to MLO. First two patches are
to configure encryption/decryption to support MLD address, and latter
three patches are to adjust chanctx to fit MLO and MCC cases, and to
notify channel settings to firmware to have correct RF calibration.

Po-Hao Huang (2):
  wifi: rtw89: Add header conversion for MLO connections
  wifi: rtw89: Add encryption support for MLO connections

Zong-Zhe Yang (3):
  wifi: rtw89: chan: manage active interfaces
  wifi: rtw89: tweak setting of channel and TX power for MLO
  wifi: rtw89: 8922a: extend RFK handling and consider MLO

 drivers/net/wireless/realtek/rtw89/cam.c      |  51 +++++
 drivers/net/wireless/realtek/rtw89/cam.h      |  24 ++-
 drivers/net/wireless/realtek/rtw89/chan.c     | 183 ++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/chan.h     |   8 +
 drivers/net/wireless/realtek/rtw89/core.c     | 131 +++++++------
 drivers/net/wireless/realtek/rtw89/core.h     |  32 ++-
 drivers/net/wireless/realtek/rtw89/fw.c       |  23 ++-
 drivers/net/wireless/realtek/rtw89/mac80211.c |   2 +
 .../net/wireless/realtek/rtw89/rtw8852c_rfk.c |   6 +-
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |  18 +-
 .../net/wireless/realtek/rtw89/rtw8922a_rfk.c |  61 +++---
 11 files changed, 412 insertions(+), 127 deletions(-)

Comments

Ping-Ke Shih Oct. 29, 2024, 3:36 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Po-Hao Huang <phhuang@realtek.com>
> 
> For MLO connections, this setting replaces 802.11 header addresses
> to according link addresses based on each packet's destination.
> The fields most likely to be replaced would be both A1 and A2.
> For legacy connections, it's the same with or without the conversion.
> 
> Signed-off-by: Po-Hao Huang <phhuang@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

5 patch(es) applied to rtw-next branch of rtw.git, thanks.

b8499664fca9 wifi: rtw89: Add header conversion for MLO connections
c39eed4bd70d wifi: rtw89: Add encryption support for MLO connections
68ec751b2881 wifi: rtw89: chan: manage active interfaces
2305ebc1835b wifi: rtw89: tweak setting of channel and TX power for MLO
94318a40033e wifi: rtw89: 8922a: extend RFK handling and consider MLO

---
https://github.com/pkshih/rtw.git