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(-)