Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp5549560pxb; Wed, 19 Jan 2022 22:43:58 -0800 (PST) X-Google-Smtp-Source: ABdhPJxM7CGBJiU6DKBZgvZ1FcSV9iv3nsfaQR4//3WCPODctnxoGVqxvynftyUO7xpHeXtstXro X-Received: by 2002:a17:902:d509:b0:14a:83bc:fd76 with SMTP id b9-20020a170902d50900b0014a83bcfd76mr33561198plg.40.1642661038444; Wed, 19 Jan 2022 22:43:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642661038; cv=none; d=google.com; s=arc-20160816; b=mOoWZygwgPVOYH9EWaFTsfDGGYz62Q1YO252GAIVbcL4Dgsz/2mBfCdAkAjwGkeRqO ElXchANyWueQxAmVjqtDQ8RphegLCW1qcpjniCDfrpZHbZl1mPO4T7HvXoboxCkTVoUd wLfu0Z3djKNgLijGEurXMAoCC7Gco7RSTSGl8Fov7mISX3x7SPDeSUguBA4NW7FNs4+u W0bomqNg9m+M5UM5s4utvz1s82223iO7SJeYpPrubUYFp2HXLhgHdGDCk1TLuQplJ3E9 5zXuwv99LAyaPRpbDNcEVFA8n8ilkSaN85/ajyzEPvB9bg3WquyxcgeJYmsXOJ7z8rMN 4Bpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=iq7PXyrvj1AEJ8kZ4pAIf+I/ycNgYfkPxT2OkFjFw/A=; b=EADskLghQ/B2odrYPO2oQrK5C9vrfOdvnRHfLuPQcUQErCbzNsLKoZ9XSmm35x7wj4 Sgi/U++3IyqKLjTg7V1NQdHp606lAbYSt9VuSE7JUbrP/0d9WGJTdaCZtRONKMOthjXg N6IQm3jhxvOMnEvbK2pcrURek75utxqI1+5fbailvoHCQ20xu0q+yh0fjffYGmHJGgcw 21om6vP7wxqcAmsDyEM/LW4doA0ag9rXbQpRRQuR6dO40eQEr5yZuu4GOXLiR0IfMoZL v3zfBiVh4nwoyeFePQmqDE3pYbkWGdJ0mYPyVcF0jF4ykHafNLpGmXfrCL/NXZ91/nz9 jH7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j8si2459798plh.555.2022.01.19.22.43.41; Wed, 19 Jan 2022 22:43:58 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237664AbiARKka convert rfc822-to-8bit (ORCPT + 70 others); Tue, 18 Jan 2022 05:40:30 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39581 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237630AbiARKk3 (ORCPT ); Tue, 18 Jan 2022 05:40:29 -0500 Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 3F2572000F; Tue, 18 Jan 2022 10:40:25 +0000 (UTC) Date: Tue, 18 Jan 2022 11:40:23 +0100 From: Miquel Raynal To: Alexander Aring Cc: Stefan Schmidt , linux-wpan - ML , "open list:NETWORKING [GENERAL]" , "linux-wireless@vger.kernel.org Wireless" , David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Michael Hennerich , Jakub Kicinski , Varka Bhadram , Xue Liu , Alan Ott , Thomas Petazzoni Subject: Re: [PATCH v3 00/41] IEEE 802.15.4 scan support Message-ID: <20220118114023.2d2c0207@xps13> In-Reply-To: References: <20220117115440.60296-1-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Alexander, > > So far the only technical point that is missing in this series is the > > possibility to grab a reference over the module driving the net device > > in order to prevent module unloading during a scan or when the beacons > > work is ongoing. Do you have any advises regarding this issue? That is the only technical point that is left unaddressed IMHO. > > Finally, this series is a deep reshuffle of David Girault's original > > work, hence the fact that he is almost systematically credited, either > > by being the only author when I created the patches based on his changes > > with almost no modification, or with a Co-developped-by tag whenever the > > final code base is significantly different than his first proposal while > > still being greatly inspired from it. > > > > can you please split this patch series, what I see is now: > > 1. cleanup patches > 2. sync tx handling for mlme commands > 3. scan support Works for me. I just wanted to give the big picture but I'll split the series. Also sorry for forgetting the 'wpan-next' subject prefix. > we try to bring the patches upstream in this order. > > Thanks. > > - Alex Thanks, Miquèl