From patchwork Fri Feb 15 12:51:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 10814901 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BF63A13A4 for ; Fri, 15 Feb 2019 12:52:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ADEFB2F1B4 for ; Fri, 15 Feb 2019 12:52:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9F2312F1C6; Fri, 15 Feb 2019 12:52:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2D7532F1B4 for ; Fri, 15 Feb 2019 12:51:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394691AbfBOMvz (ORCPT ); Fri, 15 Feb 2019 07:51:55 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:40370 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389229AbfBOMvy (ORCPT ); Fri, 15 Feb 2019 07:51:54 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92-RC5) (envelope-from ) id 1gucy8-0007ip-B2; Fri, 15 Feb 2019 13:51:52 +0100 From: Johannes Berg To: David Miller Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2019-02-15 Date: Fri, 15 Feb 2019 13:51:45 +0100 Message-Id: <20190215125146.18856-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.17.2 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, It's clear things are winding down, this is basically just the stuff from Herbert that we've been discussing. I threw in a simple error path fix, mostly because it's simple :-) Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit f9bcc9f3ee4fbbe8f11dfec76745476f5780517e: net: ethernet: freescale: set FEC ethtool regs version (2019-02-14 12:45:35 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-02-15 for you to fetch changes up to 83e37e0bdd1470bbe6612250b745ad39b1a7b130: mac80211: Restore vif beacon interval if start ap fails (2019-02-15 13:30:24 +0100) ---------------------------------------------------------------- Just a few fixes this time: * mesh rhashtable fixes from Herbert * a small error path fix when starting AP interfaces ---------------------------------------------------------------- Herbert Xu (2): mac80211: Use linked list instead of rhashtable walk for mesh tables mac80211: Free mpath object when rhashtable insertion fails Rakesh Pillai (1): mac80211: Restore vif beacon interval if start ap fails net/mac80211/cfg.c | 6 +- net/mac80211/mesh.h | 6 ++ net/mac80211/mesh_pathtbl.c | 155 +++++++++++++------------------------------- 3 files changed, 57 insertions(+), 110 deletions(-)