netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: wireless-2024-10-21
@ 2024-10-21 18:06 Kalle Valo
  2024-10-25  9:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Kalle Valo @ 2024-10-21 18:06 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit 9410645520e9b820069761f3450ef6661418e279:

  Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2024-09-16 06:02:27 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-10-21

for you to fetch changes up to a940b3a1ad0f5bab139fd710dd433aec4eeaea85:

  Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath (2024-10-17 17:25:37 +0300)

----------------------------------------------------------------
wireless fixes for v6.12-rc5

The first set of wireless fixes for v6.12. We have been busy and have
not been able to send this earlier, so there are more fixes than
usual. The fixes are all over, both in stack and in drivers, but
nothing special really standing out.

----------------------------------------------------------------
Ben Greear (1):
      wifi: mac80211: Fix setting txpower with emulate_chanctx

Ben Hutchings (1):
      wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()

Bitterblue Smith (2):
      wifi: rtw88: Fix the RX aggregation in USB 3 mode
      wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171

Chenming Huang (1):
      wifi: cfg80211: Do not create BSS entries for unsupported channels

Felix Fietkau (3):
      wifi: mt76: do not increase mcu skb refcount if retry is not supported
      wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
      wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys

Geert Uytterhoeven (2):
      mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
      wifi: brcm80211: BRCM_TRACING should depend on TRACING

Gustavo A. R. Silva (1):
      wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings

Kalle Valo (1):
      Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath

Manikanta Pubbisetty (1):
      wifi: ath10k: Fix memory leak in management tx

Ping-Ke Shih (2):
      wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7
      wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts

Remi Pommarel (3):
      wifi: cfg80211: Add wiphy_delayed_work_pending()
      wifi: mac80211: Convert color collision detection to wiphy work
      wifi: ath11k: Fix invalid ring usage in full monitor mode

Ville Syrjälä (1):
      wifi: iwlegacy: Clear stale interrupts before resuming device

 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                   | 37 +++++++++--------
 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, 222 insertions(+), 72 deletions(-)


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

* Re: pull-request: wireless-2024-10-21
  2024-10-21 18:06 pull-request: wireless-2024-10-21 Kalle Valo
@ 2024-10-25  9:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-25  9:50 UTC (permalink / raw)
  To: Kalle Valo; +Cc: netdev, linux-wireless

Hello:

This pull request was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 21 Oct 2024 18:06:17 +0000 (UTC) you wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
> 
> Kalle
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-10-21
    https://git.kernel.org/netdev/net/c/e31a8219fbfc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-10-25  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 18:06 pull-request: wireless-2024-10-21 Kalle Valo
2024-10-25  9:50 ` 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;
as well as URLs for NNTP newsgroup(s).