mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: mac80211/mac80211_hwsim: add mesh EHT 320 MHz support
@ 2024-11-19  4:27 Aditya Kumar Singh
  2024-11-19  4:27 ` [PATCH 1/2] wifi: mac80211: add EHT 320 MHz support for mesh Aditya Kumar Singh
  2024-11-19  4:28 ` [PATCH 2/2] wifi: mac80211_hwsim: add 6 GHz EHT Mesh capabilities Aditya Kumar Singh
  0 siblings, 2 replies; 4+ messages in thread
From: Aditya Kumar Singh @ 2024-11-19  4:27 UTC (permalink / raw)
  To: Johannes Berg, Kalle Valo
  Cc: linux-wireless, linux-kernel, Sathishkumar Muruganandam,
	Aditya Kumar Singh

Currently, ieee80211_ie_build_he_oper() lacks support for 320 MHz handling
(already noted as a TODO). This is because 320 MHz is not included in
IEEE 802.11-ax. However, IEEE 802.11-be introduces 320 MHz support and if
the chandef indicates a 320 MHz bandwidth and is used directly as it is, it
will result in an incorrect HE Operation Information Element.

This series aims to add support for EHT 320 MHz in mesh mode. It also
extends mac80211_hwsim to support EHT 320 MHz mesh mode.

---
Aditya Kumar Singh (1):
      wifi: mac80211_hwsim: add 6 GHz EHT Mesh capabilities

Sathishkumar Muruganandam (1):
      wifi: mac80211: add EHT 320 MHz support for mesh

 drivers/net/wireless/virtual/mac80211_hwsim.c | 39 +++++++++++++++++++++++++++
 net/mac80211/util.c                           | 29 ++++++++++++--------
 2 files changed, 57 insertions(+), 11 deletions(-)
---
base-commit: dfc14664794a4706e0c2186a0c082386e6b14c4d
change-id: 20241119-mesh_320mhz_support-66155659b830


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

end of thread, other threads:[~2024-11-19  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-19  4:27 [PATCH 0/2] wifi: mac80211/mac80211_hwsim: add mesh EHT 320 MHz support Aditya Kumar Singh
2024-11-19  4:27 ` [PATCH 1/2] wifi: mac80211: add EHT 320 MHz support for mesh Aditya Kumar Singh
2024-11-19  8:52   ` Nicolas Escande
2024-11-19  4:28 ` [PATCH 2/2] wifi: mac80211_hwsim: add 6 GHz EHT Mesh capabilities Aditya Kumar Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome