2024-02-16 14:49:50

by Aditya Kumar Singh

[permalink] [raw]
Subject: [PATCH v2 0/2] wifi: mac80211/mac80211_hwsim: support MLO CSA test case

Recently MLO CSA is enabled on the stack. Add test infra support in
mac80211_hwsim in order to support basic MLO CSA test case.

Aditya Kumar Singh (2):
wifi: mac80211: check beacon countdown is complete on per link basis
wifi: mac80211_hwsim: add support for switch_vif_chanctx callback
---
v2: handled all mode cases of channel contexts in [2/2]

---
drivers/net/wireless/ath/ath10k/mac.c | 2 +-
drivers/net/wireless/ath/ath10k/wmi.c | 2 +-
drivers/net/wireless/ath/ath11k/mac.c | 2 +-
drivers/net/wireless/ath/ath9k/beacon.c | 2 +-
.../net/wireless/ath/ath9k/htc_drv_beacon.c | 2 +-
.../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 2 +-
.../wireless/intel/iwlwifi/mvm/time-event.c | 2 +-
drivers/net/wireless/mediatek/mt76/mac80211.c | 4 +--
.../wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
drivers/net/wireless/virtual/mac80211_hwsim.c | 35 +++++++++++++++++--
include/net/mac80211.h | 4 ++-
net/mac80211/tx.c | 14 ++++++--
12 files changed, 58 insertions(+), 15 deletions(-)


base-commit: 42ffccd0a36e099dea3d3272c5d62a0454ded1f0
--
2.25.1



2024-02-16 14:56:11

by Aditya Kumar Singh

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] wifi: mac80211/mac80211_hwsim: support MLO CSA test case

On 2/16/24 20:09, Aditya Kumar Singh wrote:
> Recently MLO CSA is enabled on the stack. Add test infra support in
> mac80211_hwsim in order to support basic MLO CSA test case.
>
> Aditya Kumar Singh (2):
> wifi: mac80211: check beacon countdown is complete on per link basis
> wifi: mac80211_hwsim: add support for switch_vif_chanctx callback
> ---
> v2: handled all mode cases of channel contexts in [2/2]
>
> ---

Kindly ignore this series. Sent v1 again by mistake. Will send v3.