netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: [GIT PULL] wireless-2025-12-17
Date: Wed, 17 Dec 2025 21:12:20 +0100	[thread overview]
Message-ID: <20251217201441.59876-3-johannes@sipsolutions.net> (raw)

Hi,

First set of changes for -rc, and then I'm pretty much ready
to sign off for vacations for a bit, I hope nothing critical
comes up.

The tag message is almost bigger than the code changes which
I'd say isn't a bad sign :)

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

Thanks,
johannes



The following changes since commit 8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88:

  Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-12-03 17:24:33 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-12-17

for you to fetch changes up to 81d90d93d22ca4f61833cba921dce9a0bd82218f:

  wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP (2025-12-16 18:52:58 +0100)

----------------------------------------------------------------
Various fixes all over, most are recent regressions but
also some long-standing issues:

 - cfg80211:
    - fix an issue with overly long SSIDs

 - mac80211:
    - long-standing beacon protection issue on some devices
    - for for a multi-BSSID AP-side issue
    - fix a syzbot warning on OCB (not really used in practice)
    - remove WARN on connections using disabled channels,
      as that can happen due to changes in the disable flag
    - fix monitor mode list iteration

 - iwlwifi:
    - fix firmware loading on certain (really old) devices
    - add settime64 to PTP clock to avoid a warning and clock
      registration failure, but it's not actually supported

 - rtw88:
    - remove WQ_UNBOUND since it broke USB adapters
      (because it can't be used with WQ_BH)
    - fix SDIO issues with certain devices

 - rtl8192cu: fix TID array out-of-bounds (since 6.9)

 - wlcore (TI): add missing skb push headroom increase

----------------------------------------------------------------
Aloka Dixit (1):
      wifi: mac80211: do not use old MBSSID elements

Bitterblue Smith (1):
      Revert "wifi: rtw88: add WQ_UNBOUND to alloc_workqueue users"

Dan Carpenter (1):
      wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()

Dmitry Antipov (1):
      wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()

Johannes Berg (2):
      Merge tag 'rtw-2025-12-15' of https://github.com/pkshih/rtw
      wifi: mac80211: don't WARN for connections on invalid channels

Jouni Malinen (1):
      wifi: mac80211: Discard Beacon frames to non-broadcast address

Moon Hee Lee (1):
      wifi: mac80211: ocb: skip rx_no_sta when interface is not joined

Morning Star (1):
      wifi: rtlwifi: 8192cu: fix tid out of range in rtl92cu_tx_fill_desc()

Peter Åstrand (1):
      wifi: wlcore: ensure skb headroom before skb_push

Ping-Ke Shih (1):
      wifi: rtw88: limit indirect IO under powered off for RTL8822CS

Ville Syrjälä (1):
      wifi: iwlwifi: Fix firmware version handling

Yao Zi (1):
      wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP

 drivers/net/wireless/intel/iwlwifi/iwl-drv.c         |  4 ++--
 drivers/net/wireless/intel/iwlwifi/mld/ptp.c         |  7 +++++++
 drivers/net/wireless/intel/iwlwifi/mvm/ptp.c         |  7 +++++++
 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c |  3 ++-
 drivers/net/wireless/realtek/rtw88/sdio.c            |  4 +++-
 drivers/net/wireless/realtek/rtw88/usb.c             |  3 +--
 drivers/net/wireless/ti/wlcore/tx.c                  |  5 +++++
 net/mac80211/cfg.c                                   | 10 ----------
 net/mac80211/iface.c                                 |  2 +-
 net/mac80211/mlme.c                                  |  5 ++++-
 net/mac80211/ocb.c                                   |  3 +++
 net/mac80211/rx.c                                    |  5 +++++
 net/wireless/sme.c                                   |  2 +-
 13 files changed, 41 insertions(+), 19 deletions(-)

             reply	other threads:[~2025-12-17 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-17 20:12 Johannes Berg [this message]
2025-12-29 16:10 ` [GIT PULL] wireless-2025-12-17 patchwork-bot+netdevbpf

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=20251217201441.59876-3-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@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;
as well as URLs for NNTP newsgroup(s).