mbox series

pull-request: wireless-2023-12-19

Message ID 20231219223233.189152-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 49fcf34ac908784f97bc0f98dc5460239cc53798
Delegated to: Netdev Maintainers
Headers show
Series pull-request: wireless-2023-12-19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-12-19

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 1113 this patch: 1113
netdev/build_clang success Errors and warnings before: 1140 this patch: 1140
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 1140 this patch: 1140
netdev/build_clang_rust success No Rust files in patch. Skipping build

Message

Johannes Berg Dec. 19, 2023, 10:32 p.m. UTC
Hi,

Here are a couple of more fixes, the most important
one really being the iwlwifi rfkill fix.

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

Thanks,
johannes



The following changes since commit 3c2a8ebe3fe66a5f77d4c164a0bea8e2ff37b455:

  wifi: cfg80211: fix certs build to not depend on file order (2023-12-14 09:11:51 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-12-19

for you to fetch changes up to 0a3d898ee9a8303d5b3982b97ef0703919c3ea76:

  wifi: mac80211: add/remove driver debugfs entries as appropriate (2023-12-19 13:08:00 +0100)

----------------------------------------------------------------
Just a couple of things:
 * debugfs fixes
 * rfkill fix in iwlwifi
 * remove mostly-not-working list

----------------------------------------------------------------
Benjamin Berg (2):
      wifi: mac80211: do not re-add debugfs entries during resume
      wifi: mac80211: add/remove driver debugfs entries as appropriate

Johannes Berg (1):
      wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ

Lukas Bulwahn (1):
      MAINTAINERS: wifi: brcm80211: remove non-existing SHA-cyfmac-dev-list@infineon.com

 MAINTAINERS                                        |  1 -
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h |  4 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c       |  8 ++++----
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c    | 17 +++++++++--------
 net/mac80211/debugfs_netdev.c                      |  9 ++++++---
 net/mac80211/driver-ops.c                          | 14 +++++++++-----
 6 files changed, 30 insertions(+), 23 deletions(-)

Comments

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

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

On Tue, 19 Dec 2023 23:32:14 +0100 you wrote:
> Hi,
> 
> Here are a couple of more fixes, the most important
> one really being the iwlwifi rfkill fix.
> 
> Please pull and let us know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-12-19
    https://git.kernel.org/netdev/net/c/49fcf34ac908

You are awesome, thank you!