Linux wireless drivers development
 help / color / mirror / Atom feed
From: Miri Korenblit <miriam.rachel.korenblit@intel.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH iwlwifi-next 00/15] wifi: iwlwifi: mld: add NAN DATA support - part 1
Date: Sun, 10 May 2026 21:39:23 +0300	[thread overview]
Message-ID: <20260510183938.4182886-1-miriam.rachel.korenblit@intel.com> (raw)

Hi,

This series adds support for NAN DATA.

Miri
---

Ilan Peer (3):
  wifi: iwlwifi: mld: Fix number of antennas in NAN capabilities
  wifi: iwlwifi: mld: Do not declare support for NDPE
  wifi: iwlwifi: mld: Do not declare NAN support for Extended Key ID

Israel Kozitz (1):
  wifi: iwlwifi: mld: fix NAN max channel switch time unit

Johannes Berg (7):
  wifi: iwlwifi: mld: tlc: separate from link STA
  wifi: iwlwifi: mld: disable queue hang detection for NAN data
  wifi: iwlwifi: mld: support NAN and NAN_DATA interfaces
  wifi: iwlwifi: mld: add NAN link management
  wifi: iwlwifi: add NAN schedule command support
  wifi: iwlwifi: mld: implement NAN peer station management
  wifi: iwlwifi: mld: add peer schedule support

Miri Korenblit (4):
  wifi: iwlwifi: mld: set NAN phy capabilities
  wifi: iwlwifi: mld: use host rate for NAN management frames
  wifi: iwlwifi: mld: extract NAN capabilities setting to a function
  wifi: iwlwifi: mld: don't allow softAP with NAN

 .../wireless/intel/iwlwifi/fw/api/mac-cfg.h   |  66 +++
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    |  46 +-
 .../wireless/intel/iwlwifi/iwl-nvm-utils.h    |   8 +-
 .../net/wireless/intel/iwlwifi/mld/iface.c    | 147 +++++-
 .../net/wireless/intel/iwlwifi/mld/iface.h    |  31 ++
 drivers/net/wireless/intel/iwlwifi/mld/link.c |  12 +-
 drivers/net/wireless/intel/iwlwifi/mld/link.h |   7 +
 .../net/wireless/intel/iwlwifi/mld/mac80211.c | 100 ++--
 drivers/net/wireless/intel/iwlwifi/mld/mld.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/mld/mld.h  |   8 +-
 drivers/net/wireless/intel/iwlwifi/mld/nan.c  | 452 ++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/mld/nan.h  |  27 +-
 drivers/net/wireless/intel/iwlwifi/mld/rx.c   |   2 +-
 drivers/net/wireless/intel/iwlwifi/mld/sta.c  |  96 +++-
 drivers/net/wireless/intel/iwlwifi/mld/sta.h  |   4 +-
 .../wireless/intel/iwlwifi/mld/tests/utils.c  |   2 -
 drivers/net/wireless/intel/iwlwifi/mld/tlc.c  | 263 +++++-----
 drivers/net/wireless/intel/iwlwifi/mld/tx.c   |  27 +-
 18 files changed, 1078 insertions(+), 224 deletions(-)

-- 
2.34.1


             reply	other threads:[~2026-05-10 18:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-10 18:39 Miri Korenblit [this message]
2026-05-10 18:39 ` [PATCH iwlwifi-next 01/15] wifi: iwlwifi: mld: set NAN phy capabilities Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 02/15] wifi: iwlwifi: mld: tlc: separate from link STA Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 03/15] wifi: iwlwifi: mld: disable queue hang detection for NAN data Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 04/15] wifi: iwlwifi: mld: support NAN and NAN_DATA interfaces Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 05/15] wifi: iwlwifi: mld: add NAN link management Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 06/15] wifi: iwlwifi: add NAN schedule command support Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 07/15] wifi: iwlwifi: mld: implement NAN peer station management Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 08/15] wifi: iwlwifi: mld: add peer schedule support Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 09/15] wifi: iwlwifi: mld: use host rate for NAN management frames Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 10/15] wifi: iwlwifi: mld: extract NAN capabilities setting to a function Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 11/15] wifi: iwlwifi: mld: Fix number of antennas in NAN capabilities Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 12/15] wifi: iwlwifi: mld: Do not declare support for NDPE Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 13/15] wifi: iwlwifi: mld: Do not declare NAN support for Extended Key ID Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 14/15] wifi: iwlwifi: mld: fix NAN max channel switch time unit Miri Korenblit
2026-05-10 18:39 ` [PATCH iwlwifi-next 15/15] wifi: iwlwifi: mld: don't allow softAP with NAN Miri Korenblit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260510183938.4182886-1-miriam.rachel.korenblit@intel.com \
    --to=miriam.rachel.korenblit@intel.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox