mbox series

pull-request: wireless-2023-01-12

Message ID 20230112111941.82408-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: wireless-2023-01-12 | expand

Pull-request

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

Checks

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

Message

Johannes Berg Jan. 12, 2023, 11:19 a.m. UTC
Hi,

Here are some first (stack only) changes in wireless; given
holidays etc. things are a bit delayed, but it's not that
much here.

Note that I have a new signing subkey on my GPG key, you can
get the key info from keyservers or
https://johannes.sipsolutions.net/key.txt

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

Thanks,
johannes



The following changes since commit 7d6ceeb1875cc08dc3d1e558e191434d94840cd5:

  af_unix: selftest: Fix the size of the parameter to connect() (2023-01-09 08:16:13 +0000)

are available in the Git repository at:

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

for you to fetch changes up to f216033d770f7ca0eda491fe01a9f02e7af59576:

  wifi: mac80211: fix MLO + AP_VLAN check (2023-01-10 13:24:30 +0100)

----------------------------------------------------------------
Some fixes, stack only for now:
 * iTXQ conversion fixes, various bugs reported
 * properly reset multiple BSSID settings
 * fix for a link_sta crash
 * fix for AP VLAN checks
 * fix for MLO address translation

----------------------------------------------------------------
Alexander Wetzel (3):
      wifi: mac80211: Proper mark iTXQs for resumption
      wifi: mac80211: sdata can be NULL during AMPDU start
      wifi: mac80211: Fix iTXQ AMPDU fragmentation handling

Aloka Dixit (1):
      wifi: mac80211: reset multiple BSSID options in stop_ap()

Felix Fietkau (2):
      wifi: mac80211: fix initialization of rx->link and rx->link_sta
      wifi: mac80211: fix MLO + AP_VLAN check

Sriram R (1):
      mac80211: Fix MLO address translation for multiple bss case

 include/net/mac80211.h     |   4 -
 net/mac80211/agg-tx.c      |   8 +-
 net/mac80211/cfg.c         |   7 ++
 net/mac80211/debugfs_sta.c |   5 +-
 net/mac80211/driver-ops.c  |   3 +
 net/mac80211/driver-ops.h  |   2 +-
 net/mac80211/ht.c          |  31 ++++++
 net/mac80211/ieee80211_i.h |   2 +-
 net/mac80211/iface.c       |   4 +-
 net/mac80211/rx.c          | 229 ++++++++++++++++++++-------------------------
 net/mac80211/tx.c          |  34 +++----
 net/mac80211/util.c        |  42 +--------
 12 files changed, 178 insertions(+), 193 deletions(-)

Comments

Jakub Kicinski Jan. 13, 2023, 7:33 p.m. UTC | #1
On Thu, 12 Jan 2023 12:19:40 +0100 Johannes Berg wrote:
> Please pull and let me know if there's any problem.

Pulled, thanks!