All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-2024-02-14
Date: Wed, 14 Feb 2024 19:41:42 +0100	[thread overview]
Message-ID: <20240214184326.132813-3-johannes@sipsolutions.net> (raw)

Hi,

So this came later than I wanted, I simply forgot earlier.
Not much to say about it, just a handful of fixes, mostly
in iwlwifi.

As reported by Stephen earlier, this has a conflict against
-next material, but once pulled into net I plan on pulling
it into wireless-next to resolve that.

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

Thanks,
johannes



The following changes since commit 0647903efbc84b772325b4d24d9487e24d6d1e03:

  wifi: mt76: mt7996: fix fortify warning (2024-02-05 20:00:45 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-02-14

for you to fetch changes up to b7198383ef2debe748118996f627452281cf27d7:

  wifi: iwlwifi: mvm: fix a crash when we run out of stations (2024-02-08 14:55:39 +0100)

----------------------------------------------------------------
Valentine's day edition, with just few fixes because
that's how we love it ;-)

iwlwifi:
 - correct A3 in A-MSDUs
 - fix crash when operating as AP and running out of station
   slots to use
 - clear link ID to correct some later checks against it
 - fix error codes in SAR table loading
 - fix error path in PPAG table read

mac80211:
 - reload a pointer after SKB may have changed
   (only in certain monitor inject mode scenarios)

----------------------------------------------------------------
Dan Carpenter (2):
      wifi: iwlwifi: Fix some error codes
      wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()

Daniel Gabay (1):
      wifi: iwlwifi: mvm: use correct address 3 in A-MSDU

Emmanuel Grumbach (1):
      wifi: iwlwifi: mvm: fix a crash when we run out of stations

Johannes Berg (1):
      wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()

Miri Korenblit (1):
      wifi: iwlwifi: clear link_id in time_event

 drivers/net/wireless/intel/iwlwifi/fw/acpi.c       | 15 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |  3 +
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c      |  4 ++
 .../net/wireless/intel/iwlwifi/mvm/time-event.c    |  3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c        | 69 ++++++++++++++++++----
 net/mac80211/tx.c                                  |  5 +-
 6 files changed, 80 insertions(+), 19 deletions(-)

             reply	other threads:[~2024-02-14 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 18:41 Johannes Berg [this message]
2024-02-15  2:00 ` pull-request: wireless-2024-02-14 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240214184326.132813-3-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.