mbox series

pull-request: wireless-2022-09-19

Message ID 20220919105003.1EAE7C433B5@smtp.kernel.org (mailing list archive)
State Accepted
Commit 094cc3b649e27b43afb9bc44d3417668c3d53e19
Headers show
Series pull-request: wireless-2022-09-19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-09-19

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 2 this patch: 2
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: 0 this patch: 0

Message

Kalle Valo Sept. 19, 2022, 10:50 a.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 2aec909912da55a6e469fd6ee8412080a5433ed2:

  wifi: use struct_group to copy addresses (2022-09-03 16:40:06 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-09-19

for you to fetch changes up to 781b80f452fcc1cfc16ee41f12556626a9ced049:

  wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2 (2022-09-12 14:26:02 +0300)

----------------------------------------------------------------
wireless fixes for v6.0

Late stage fixes for v6.0. Temporarily mark iwlwifi's mei code broken
as it breaks suspend for iwd users and also don't spam nss trimming
messages. mt76 has fixes for aggregation sequence numbers and a
regression related to the VHT extended NSS BW feature.

----------------------------------------------------------------
Felix Fietkau (2):
      wifi: mt76: fix reading current per-tid starting sequence number for aggregation
      wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2

Jason A. Donenfeld (1):
      wifi: iwlwifi: don't spam logs with NSS>2 messages

Toke Høiland-Jørgensen (1):
      wifi: iwlwifi: Mark IWLMEI as broken

 drivers/net/wireless/intel/iwlwifi/Kconfig        | 1 +
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 4 ++--
 drivers/net/wireless/mediatek/mt76/mac80211.c     | 3 ++-
 drivers/net/wireless/mediatek/mt76/mt7615/mac.c   | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 1:30 a.m. UTC | #1
Hello:

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

On Mon, 19 Sep 2022 10:50:02 +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-2022-09-19
    https://git.kernel.org/netdev/net/c/094cc3b649e2

You are awesome, thank you!