Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-10-25--09-00 (v6.12-rc4-953-gc5f2654d5688)
   remotes/brancher/net-next-2024-10-25--12-00 (v6.12-rc4-963-g264f7e85a137)

==== BASE DIFF ====
 drivers/net/wireless/ath/ath10k/wmi-tlv.c          |  7 +++-
 drivers/net/wireless/ath/ath10k/wmi.c              |  2 +
 drivers/net/wireless/ath/ath11k/dp_rx.c            |  7 +++-
 drivers/net/wireless/ath/wil6210/txrx.c            |  2 +-
 drivers/net/wireless/broadcom/brcm80211/Kconfig    |  1 +
 drivers/net/wireless/intel/ipw2x00/ipw2100.c       |  2 +-
 drivers/net/wireless/intel/ipw2x00/ipw2200.h       |  2 +-
 drivers/net/wireless/intel/iwlegacy/common.c       | 15 ++++++-
 drivers/net/wireless/intel/iwlegacy/common.h       | 12 ++++++
 drivers/net/wireless/marvell/libertas/radiotap.h   |  4 +-
 drivers/net/wireless/mediatek/mt76/mcu.c           |  7 +++-
 drivers/net/wireless/microchip/wilc1000/mon.c      |  4 +-
 .../net/wireless/realtek/rtlwifi/rtl8192du/sw.c    |  1 -
 drivers/net/wireless/realtek/rtw88/usb.c           |  1 -
 drivers/net/wireless/realtek/rtw89/coex.c          |  2 +
 drivers/net/wireless/realtek/rtw89/pci.c           | 48 ++++++++++++++++++----
 drivers/net/wireless/virtual/mac80211_hwsim.c      |  4 +-
 include/net/cfg80211.h                             | 44 ++++++++++++++++++++
 include/net/ieee80211_radiotap.h                   | 43 ++++++++++---------
 net/mac80211/Kconfig                               |  2 +-
 net/mac80211/cfg.c                                 | 25 +++++++----
 net/mac80211/ieee80211_i.h                         |  5 ++-
 net/mac80211/key.c                                 | 42 +++++++++++--------
 net/mac80211/link.c                                |  7 ++--
 net/wireless/core.c                                |  7 ++++
 net/wireless/scan.c                                |  4 ++
 26 files changed, 225 insertions(+), 75 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.GeV474t6uv b/tmp/tmp.FVBkLnhVNc
index bff5973cbc33..5f03b8e6c907 100644
--- a/tmp/tmp.GeV474t6uv
+++ b/tmp/tmp.FVBkLnhVNc
@@ -2,6 +2,15 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: hns3: fix kernel crash when 1588 is sent on HIP08 devices
+net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue
+net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
+net: hns3: don't auto enable misc vector
+net: hns3: Resolved the issue that the debugfs query result is inconsistent.
+net: hns3: fix missing features due to dev->features configuration too early
+net: hns3: fixed reset failure issues caused by the incorrect reset type
+net: hns3: add sync command to sync io-pgtable
+net: hns3: default enable tx bounce buffer when smmu enabled
 net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
 net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
@@ -131,7 +140,6 @@ ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().
 ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().
 rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit().
 rtnetlink: Make per-netns RTNL dereference helpers to macro.
-Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
 net: systemport: Move IO macros to header file
 net: systemport: Remove unused txchk accessors
 selftest/tcp-ao: Add filter tests
@@ -169,22 +177,3 @@ net: stmmac: Add basic dw25gmac support in stmmac core
 net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data
 net: vlan: Use vlan_prio instead of vlan_qos in mapping
 bareudp: Use pcpu stats to update rx_dropped counter.
-Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
-wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171
-wifi: rtw88: Fix the RX aggregation in USB 3 mode
-wifi: brcm80211: BRCM_TRACING should depend on TRACING
-wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts
-wifi: ath11k: Fix invalid ring usage in full monitor mode
-wifi: ath10k: Fix memory leak in management tx
-wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
-wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings
-wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
-wifi: mac80211: Convert color collision detection to wiphy work
-wifi: cfg80211: Add wiphy_delayed_work_pending()
-wifi: cfg80211: Do not create BSS entries for unsupported channels
-wifi: mac80211: Fix setting txpower with emulate_chanctx
-mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
-wifi: iwlegacy: Clear stale interrupts before resuming device
-wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()
-wifi: mt76: do not increase mcu skb refcount if retry is not supported
-wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7