mbox series

[v2,0/2] wifi: mac80211/mac80211_hwsim: support MLO CSA test case

Message ID 20240216143918.514140-1-quic_adisi@quicinc.com
Headers show
Series wifi: mac80211/mac80211_hwsim: support MLO CSA test case | expand

Message

Aditya Kumar Singh Feb. 16, 2024, 2:39 p.m. UTC
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

Comments

Aditya Kumar Singh Feb. 16, 2024, 2:42 p.m. UTC | #1
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.