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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AB03C433EF for ; Mon, 4 Apr 2022 15:51:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378730AbiDDPxZ (ORCPT ); Mon, 4 Apr 2022 11:53:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378826AbiDDPxR (ORCPT ); Mon, 4 Apr 2022 11:53:17 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80FC54248B for ; Mon, 4 Apr 2022 08:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Content-Type:References:In-Reply-To:Date:To:From:Subject:Message-ID:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=KLAglIQLC5mZOvfORauLKyjUpYWhLgwb8Wn0QZTaqCo=; t=1649087481; x=1650297081; b=bsjPP0zTUo8qeu9iu7N5P2LjGM0Ha2JUc6tkf7EkjyYbkx1 FgRY82wyEjk26txsEfOO9W9iY/3xD8Gr5qAJBndF0xmVhYn4LpKYcnkk0okudpJL7QOodHhTQbGkp iDeK6NYmE2Ha0s+cpXCYu150vBpGiKq51u3WcKZrV1EE3iKLDkwo8xxoJmn+jwbbgo/7gn8bTYAxU EtIuC3y/paN87CcVC3+ADF0lA65GtD76qDvGJz3HkAigpMSdSJNFeLABwxi8Bv3dbS5CyOVm9TM7w eoViAMOpJ/V85UthTUwc4INHK8OKSPDzjKRlkL3eLsHJctz4DzxuJ8A6Kxa5Hg0A==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1nbOz9-004yIh-Sa; Mon, 04 Apr 2022 17:51:20 +0200 Message-ID: <1524068599dffb64456ce5032a0cce834ef2f21f.camel@sipsolutions.net> Subject: Re: [RFC v2] mac80211: prepare sta handling for MLO support From: Johannes Berg To: "Sriram R (QUIC)" , "linux-wireless@vger.kernel.org" Date: Mon, 04 Apr 2022 17:51:19 +0200 In-Reply-To: References: <1648555198-8065-1-git-send-email-quic_srirrama@quicinc.com> <467e7f83270a9b1f8e2b32f27b48607e2c2ff480.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 (3.42.4-1.fc35) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 2022-04-04 at 15:50 +0000, Sriram R (QUIC) wrote: > > > Hi Johannes, > > > > > > > > I think this looks fine - want to send it as a PATCH? I think > > > > I'll > > > > just apply the spatch directly. > > > Sure, Let me send out a PATCH shortly. > > > > > > > > If there's any needed fixups beyond the spatch that might be > > > > good to know > > too. > > > So, in this patch (mac80211) I had to manually fix couple of > > > changes around > > ADD_STA_STATS, TRACE_EVENT macros. > > > > > > In drivers, only below change was required in addition. > > > > > > > Nice! So if you include all the manual bits, you can also leave out > > mac80211 changes from the spatch if you like, I'll just run the > > spatch when > > applying it so we have it on the exact tree snapshot. > I just sent out the patch version, I'll send v2 with only the manual > mac80211 changes, so running the spatch on top should help compile > seamlessly. You know what, it doesn't matter. I can put the pieces together, no worries. johannes