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 21F0CC433EF for ; Mon, 4 Apr 2022 15:41:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378043AbiDDPne (ORCPT ); Mon, 4 Apr 2022 11:43:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237783AbiDDPne (ORCPT ); Mon, 4 Apr 2022 11:43:34 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7463393F5 for ; Mon, 4 Apr 2022 08:41:37 -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=gxo+ARTv0iL7XOsq2uPmtKhJkpSvF0KLgFdhrt2AFs4=; t=1649086897; x=1650296497; b=URSWP0hzhgpzplooT+KdJzxwgyreTnlpbVV27x/oPrCXwTi BQDHF9NprO9hqMFceDSDr4DaWTW0L6NWeB0UgsHTGmrD/FpGL8L/BUMtSPsH4QAoyFIvwwtiN+oTo RkI9Ajy6na1/nouNKcXmJf6cgU0mdnwTlrLSEW71pMBZ3KBF9A9h45eWVp3H/Hzm49rZU/CAAEZeK nlGSl3Y0KJQXozhLlatJD51kynenNqpdmKH9XzRe7FSHtF0Az3jgcZtNyMlytyquoqPQ4NpDbsJAN rpn/+4i3UaGuFrQN3GhYP4bqtkpcj/pBzzezP5Z5jDfNmFW2IJGgywVHKrZ8Ijdw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1nbOpj-004y1W-2L; Mon, 04 Apr 2022 17:41:35 +0200 Message-ID: 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:41:34 +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:40 +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. johannes