From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC351C169C4 for ; Wed, 6 Feb 2019 05:53:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E4662080A for ; Wed, 6 Feb 2019 05:53:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726679AbfBFFxh (ORCPT ); Wed, 6 Feb 2019 00:53:37 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:55512 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725897AbfBFFxh (ORCPT ); Wed, 6 Feb 2019 00:53:37 -0500 Received: from 91-156-4-241.elisa-laajakaista.fi ([91.156.4.241] helo=redipa) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1grG9P-00014M-9V; Wed, 06 Feb 2019 07:53:35 +0200 Message-ID: <96393f6a0a9d06776260368db9d2fd89c11cd33b.camel@coelho.fi> From: Luca Coelho To: Johannes Berg Cc: linux-wireless@vger.kernel.org Date: Wed, 06 Feb 2019 07:53:34 +0200 In-Reply-To: <4ee2f6705073253c8925241f9d72481b79934e43.camel@coelho.fi> References: <20181215090325.31604-1-luca@coelho.fi> <20181215090325.31604-14-luca@coelho.fi> <9a07e9fc236ce6d526dfd67ee9b322953525c426.camel@sipsolutions.net> <4ee2f6705073253c8925241f9d72481b79934e43.camel@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 13/24] cfg80211: pmsr: fix MAC address setting Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2019-02-06 at 07:47 +0200, Luca Coelho wrote: > On Tue, 2018-12-18 at 13:17 +0100, Johannes Berg wrote: > > On Sat, 2018-12-15 at 11:03 +0200, Luca Coelho wrote: > > > From: Johannes Berg > > > > > > When we *don't* have a MAC address attribute, we shouldn't > > > try to use this - this was intended to copy the local MAC > > > address instead, so fix it. > > > > This patch > > > > > > > > + flush_work(&wdev->pmsr_free_wk); > > > > Erroneously got some other stuff merged into it - dropped. > > That's because I squashed some other patches that said to fix this > one > into it. I'll update the commit message so it makes more sense and > resend. Actually, one of the patches I squashed was marked as fixing this one, but it's not really, so I'll split that one out. -- Luca.