mbox series

pull-request: mac80211 2022-01-04

Message ID 20220104144449.64937-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Johannes Berg
Headers show
Series pull-request: mac80211 2022-01-04 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2022-01-04

Message

Johannes Berg Jan. 4, 2022, 2:44 p.m. UTC
Hi,

So I know it's getting late, but two more fixes came to
me over the holidays/vacations.

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

Thanks,
johannes



The following changes since commit 1ef5e1d0dca5b4ffd49d7dec4a83660882f1fda4:

  net/fsl: Remove leftover definition in xgmac_mdio (2022-01-02 18:43:42 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2022-01-04

for you to fetch changes up to 8b5cb7e41d9d77ffca036b0239177de123394a55:

  mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh (2022-01-04 15:11:49 +0100)

----------------------------------------------------------------
Two more changes:
 * mac80211: initialize a variable to avoid using it uninitialized
 * mac80211 mesh: put some data structures into the container to
   fix bugs with and not have to deal with allocation failures

----------------------------------------------------------------
Pavel Skripkin (1):
      mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh

Tom Rix (1):
      mac80211: initialize variable have_higher_than_11mbit

 net/mac80211/ieee80211_i.h  | 24 +++++++++++-
 net/mac80211/mesh.h         | 22 +----------
 net/mac80211/mesh_pathtbl.c | 89 ++++++++++++++++-----------------------------
 net/mac80211/mlme.c         |  2 +-
 4 files changed, 55 insertions(+), 82 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 4, 2022, 4:20 p.m. UTC | #1
Hello:

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

On Tue,  4 Jan 2022 15:44:48 +0100 you wrote:
> Hi,
> 
> So I know it's getting late, but two more fixes came to
> me over the holidays/vacations.
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211 2022-01-04
    https://git.kernel.org/netdev/net/c/6f89ecf10af1

You are awesome, thank you!