public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] wireless-next-2026-03-19
@ 2026-03-19  8:22 Johannes Berg
  2026-03-19 14:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2026-03-19  8:22 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

We have only a couple of things for -next right now, though I think
we'll have a bigger pull request soon with NAN and ranging APIs and
likely driver work. But I want to be able to get the cross-merge in
since the ranging will depend on that, so here is this for now.

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit 0b1324cdd8de9f54f9daf689a4ae59783c333510:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-03-05 12:11:05 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git tags/wireless-next-2026-03-19

for you to fetch changes up to dee55bc7cb8ad70b8c8598df60f378b7aed2e41b:

  qtnfmac: use alloc_netdev macro for single queue devices (2026-03-19 09:08:09 +0100)

----------------------------------------------------------------
Aside from various small improvements/cleanups, not much:
 - cfg80211/mac80211: S1G and UHR improvements
 - hwsim: incumbent signal report test support

----------------------------------------------------------------
Aditya Kumar Singh (1):
      wifi: mac80211_hwsim: add incumbent signal interference detection support

Heitor Alves de Siqueira (2):
      wifi: libertas: use USB anchors for tracking in-flight URBs
      wifi: libertas: don't kill URBs in interrupt context

Johan Hovold (5):
      wifi: at76c50x: drop redundant device reference
      wifi: libertas: drop redundant device reference
      wifi: libertas_tf: drop redundant device reference
      wifi: rt2x00: drop redundant device reference
      wifi: mwifiex: drop redundant device reference

Johannes Berg (13):
      wifi: move action code from per-type frame structs
      wifi: mac80211: remove stale TODO item
      wifi: mac80211: remove AID bit stripping for print
      wifi: nl80211: fix UHR capability validation
      wifi: ieee80211: fix UHR operation DBE vs. P-EDCA order
      wifi: nl80211: split out UHR operation information
      wifi: mac80211: validate HE 6 GHz operation when EHT is used
      wifi: mac80211: refactor chandef tracing macros
      wifi: mac80211: always use full chanctx compatible check
      wifi: cfg80211: split control freq check from chandef check
      wifi: nl80211: reject S1G/60G with HT chantype
      wifi: mac80211: fix STA link removal during link removal
      wifi: nl80211: use int for band coming from netlink

Joshua Peisach (1):
      wifi: b43: use register definitions in nphy_op_software_rfkill

Lachlan Hodges (3):
      wifi: mac80211: don't use cfg80211_chandef_create() for default chandef
      wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bands
      wifi: cfg80211: check non-S1G width with S1G chandef

Lorenzo Bianconi (1):
      wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()

Ria Thomas (1):
      wifi: mac80211: add support for NDP ADDBA/DELBA for S1G

Roi L (1):
      qtnfmac: use alloc_netdev macro for single queue devices

Shayne Chen (1):
      wifi: ieee80211: fix definition of EHT-MCS 15 in MRU

Tim Bird (1):
      wifi: Add SPDX ids to some files in the wireless subsystem

Ville Nummela (1):
      wifi: rsi_91x_usb: do not pause rfkill polling when stopping mac80211

 drivers/net/wireless/ath/ath11k/mac.c              |   4 +-
 drivers/net/wireless/ath/ath12k/mac.c              |   4 +-
 drivers/net/wireless/ath/ath12k/wifi7/hw.c         |   2 +-
 drivers/net/wireless/atmel/at76c50x-usb.c          |  12 +-
 drivers/net/wireless/broadcom/b43/phy_n.c          |  24 ++--
 drivers/net/wireless/intel/iwlwifi/mld/time_sync.c |   6 +-
 .../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c |   7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/time-sync.c |   6 +-
 drivers/net/wireless/marvell/libertas/if_usb.c     |  35 ++++--
 drivers/net/wireless/marvell/libertas/if_usb.h     |   3 +
 drivers/net/wireless/marvell/libertas_tf/if_usb.c  |   2 -
 drivers/net/wireless/marvell/mwifiex/tdls.c        |  12 +-
 drivers/net/wireless/marvell/mwifiex/usb.c         |   4 -
 drivers/net/wireless/marvell/mwl8k.c               |   4 +-
 .../net/wireless/mediatek/mt76/mt76_connac_mac.c   |   6 +-
 drivers/net/wireless/mediatek/mt76/mt7925/mac.c    |   4 +-
 drivers/net/wireless/mediatek/mt76/mt7996/mac.c    |   4 +-
 drivers/net/wireless/quantenna/qtnfmac/core.c      |   4 +-
 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c     |  12 +-
 drivers/net/wireless/realtek/rtl8xxxu/core.c       |  14 +--
 drivers/net/wireless/realtek/rtlwifi/base.c        |  28 ++---
 drivers/net/wireless/realtek/rtlwifi/pci.c         |   2 +-
 drivers/net/wireless/rsi/rsi_91x_mac80211.c        |  17 ++-
 drivers/net/wireless/rsi/rsi_91x_usb.c             |   2 +
 drivers/net/wireless/rsi/rsi_common.h              |   1 +
 drivers/net/wireless/silabs/wfx/data_rx.c          |   8 +-
 drivers/net/wireless/virtual/mac80211_hwsim.c      |  64 ++++++++++
 include/linux/ieee80211-eht.h                      |   4 +-
 include/linux/ieee80211-ht.h                       |   3 +
 include/linux/ieee80211-uhr.h                      |   4 +-
 include/linux/ieee80211.h                          |  85 +++++--------
 include/net/mac80211.h                             |   4 +
 include/uapi/linux/nl80211.h                       |   6 +
 net/mac80211/agg-rx.c                              |  49 +++++---
 net/mac80211/agg-tx.c                              |  39 +++---
 net/mac80211/chan.c                                |  90 ++++++--------
 net/mac80211/debugfs.c                             |   1 +
 net/mac80211/eht.c                                 |  21 ++--
 net/mac80211/ht.c                                  |  37 +++---
 net/mac80211/ibss.c                                |  18 +--
 net/mac80211/ieee80211_i.h                         |   6 +-
 net/mac80211/iface.c                               |  21 ++--
 net/mac80211/main.c                                |  18 ++-
 net/mac80211/mesh.c                                |  14 +--
 net/mac80211/mesh_hwmp.c                           |  20 ++-
 net/mac80211/mesh_plink.c                          |  21 ++--
 net/mac80211/mlme.c                                | 113 +++++++++--------
 net/mac80211/rx.c                                  | 134 +++++++++------------
 net/mac80211/s1g.c                                 |  36 +++---
 net/mac80211/spectmgmt.c                           |  31 ++---
 net/mac80211/sta_info.h                            |   3 +-
 net/mac80211/tdls.c                                |  29 ++---
 net/mac80211/trace.h                               |  94 ++++++---------
 net/mac80211/util.c                                |   5 +-
 net/mac80211/vht.c                                 |  10 +-
 net/wireless/chan.c                                | 110 ++++++++++-------
 net/wireless/nl80211.c                             |  37 ++++--
 net/wireless/of.c                                  |  13 +-
 net/wireless/radiotap.c                            |  10 +-
 net/wireless/reg.c                                 |  13 +-
 net/wireless/reg.h                                 |  13 +-
 net/wireless/trace.c                               |   1 +
 net/wireless/wext-core.c                           |   3 +-
 net/wireless/wext-priv.c                           |   3 +-
 net/wireless/wext-proc.c                           |   3 +-
 65 files changed, 733 insertions(+), 680 deletions(-)

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

end of thread, other threads:[~2026-03-19 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19  8:22 [GIT PULL] wireless-next-2026-03-19 Johannes Berg
2026-03-19 14:40 ` patchwork-bot+netdevbpf

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