mbox series

pull-request: wireless-2024-06-27

Message ID 20240627083627.15312-3-johannes@sipsolutions.net (mailing list archive)
State Handled Elsewhere
Headers show
Series pull-request: wireless-2024-06-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-06-27

Message

Johannes Berg June 27, 2024, 8:31 a.m. UTC
Hi,

So you probably heard Larry Finger passed away, he will
be missed. Others have written more about him elsewhere,
Kalle has updated the MAINTAINERS/CREDITS files for him.

Other than that, just a few small fixes, really the only
one likely to matter in practice is the fix from Russell,
for those who use the TI chip in AP mode.

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

Thanks,
johannes



The following changes since commit 0d9c2beed116e623ac30810d382bd67163650f98:

  wifi: mac80211: fix monitor channel with chanctx emulation (2024-06-14 09:14:08 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-06-27

for you to fetch changes up to c40ff9b662d08c86b7a46067155a97af0074bb93:

  MAINTAINERS: wifi: update ath.git location (2024-06-26 20:35:30 +0300)

----------------------------------------------------------------
Just a few changes:
 - maintainers: Larry Finger sadly passed away
 - maintainers: ath trees are in their group now
 - TXQ FQ quantum configuration fix
 - TI wl driver: work around stuck FW in AP mode
 - mac80211: disable softirqs in some new code
   needing that

----------------------------------------------------------------
Eric Dumazet (1):
      wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

Johannes Berg (1):
      wifi: mac80211: disable softirqs for queued frame handling

Kalle Valo (2):
      MAINTAINERS: Remembering Larry Finger
      MAINTAINERS: wifi: update ath.git location

Russell King (Oracle) (1):
      wifi: wlcore: fix wlcore AP mode

 CREDITS                                   |  4 ++++
 MAINTAINERS                               | 13 +++++--------
 drivers/net/wireless/ti/wlcore/cmd.c      |  7 -------
 drivers/net/wireless/ti/wlcore/main.c     | 17 ++++++++---------
 drivers/net/wireless/ti/wlcore/tx.c       |  7 ++-----
 drivers/net/wireless/ti/wlcore/wlcore_i.h |  6 ++++++
 net/mac80211/main.c                       |  1 +
 net/mac80211/util.c                       |  2 ++
 net/wireless/nl80211.c                    |  6 +++++-
 9 files changed, 33 insertions(+), 30 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 27, 2024, 7:10 p.m. UTC | #1
Hello:

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

On Thu, 27 Jun 2024 10:31:50 +0200 you wrote:
> Hi,
> 
> So you probably heard Larry Finger passed away, he will
> be missed. Others have written more about him elsewhere,
> Kalle has updated the MAINTAINERS/CREDITS files for him.
> 
> Other than that, just a few small fixes, really the only
> one likely to matter in practice is the fix from Russell,
> for those who use the TI chip in AP mode.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-06-27
    https://git.kernel.org/netdev/net/c/ffb7aa9fedad

You are awesome, thank you!