mbox series

pull-request: wireless-2023-08-03

Message ID 20230803140058.57476C433C9@smtp.kernel.org (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series pull-request: wireless-2023-08-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-08-03

Message

Kalle Valo Aug. 3, 2023, 2 p.m. UTC
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 ac528649f7c63bc233cc0d33cff11f767cc666e3:

  Merge branch 'net-support-stp-on-bridge-in-non-root-netns' (2023-07-20 10:46:33 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-08-03

for you to fetch changes up to 16e455a465fca91907af0108f3d013150386df30:

  wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1() (2023-08-02 13:34:16 +0300)

----------------------------------------------------------------
wireless fixes for v6.5

We did some house cleaning in MAINTAINERS file so several patches
about that. Few regressions fixed and also fix some recently enabled
memcpy() warnings. Only small commits and nothing special standing
out.

----------------------------------------------------------------
Brian Norris (1):
      MAINTAINERS: Update mwifiex maintainer list

Hans de Goede (1):
      wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()

Ilan Peer (1):
      wifi: cfg80211: Fix return value in scan logic

Kalle Valo (12):
      Revert "wifi: ath11k: Enable threaded NAPI"
      Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12"
      MAINTAINERS: wifi: rtw88: change Ping as the maintainer
      MAINTAINERS: wifi: atmel: mark as orphan
      MAINTAINERS: wifi: mark cw1200 as orphan
      MAINTAINERS: wifi: mark ar5523 as orphan
      MAINTAINERS: wifi: mark rndis_wlan as orphan
      MAINTAINERS: wifi: mark wl3501 as orphan
      MAINTAINERS: wifi: mark zd1211rw as orphan
      MAINTAINERS: wifi: mark b43 as orphan
      MAINTAINERS: wifi: mark mlw8k as orphan
      MAINTAINERS: add Jeff as ath10k, ath11k and ath12k maintainer

Kees Cook (1):
      wifi: ray_cs: Replace 1-element array with flexible array

Paul Fertser (1):
      wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)

 MAINTAINERS                                        | 36 +++++++++-------------
 drivers/net/wireless/ath/ath11k/ahb.c              |  1 -
 drivers/net/wireless/ath/ath11k/pcic.c             |  1 -
 drivers/net/wireless/ath/ath6kl/Makefile           |  5 ---
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       |  7 ++++-
 drivers/net/wireless/legacy/rayctl.h               |  2 +-
 drivers/net/wireless/mediatek/mt76/mt7615/eeprom.c |  6 ++--
 net/wireless/scan.c                                |  2 +-
 8 files changed, 25 insertions(+), 35 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 3, 2023, 6:10 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  3 Aug 2023 14:00:58 +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-2023-08-03
    https://git.kernel.org/netdev/net/c/0d48a84b31f5

You are awesome, thank you!