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 E986DC38145 for ; Thu, 8 Sep 2022 15:52:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231263AbiIHPwN (ORCPT ); Thu, 8 Sep 2022 11:52:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229997AbiIHPwM (ORCPT ); Thu, 8 Sep 2022 11:52:12 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52CDDF56EF for ; Thu, 8 Sep 2022 08:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=X3EjmfPOm/nyyAs9ek3V60BpVFbos5NKSR9lpXrzRTQ=; t=1662652331; x=1663861931; b=xXciSaCQC1UXsReWT9FLGRMWkypLbcw8s8TH/gJcUbdFNC5 QqWVNKry2d/9sYG31jVbrQcu73qrDKM2KNAWYGrYCo1EEIfCZakuWglO99rAqdaT3Dv7jcvYB4sXp NjIQtpnKLAwaxoCyAckF9NrsABuLsvqfsUrL4nj05hA3jzIx+TwkGvctaH4VosPcclq5OoF7ApzjU v55RKY6RXQCCU6VBnpIRvhVagmPAWzfA5Pm9ICiI4aqNNmB9eRiDQALeT6lmCn2cUCC+ApeF+p12t PRnpJjOmT9wXCnUEqMZZ3lFMsHghou6lC/ZJGj0+ZpOVM7IFcQChWltTAmfffGhQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1oWJp2-00BFd4-31; Thu, 08 Sep 2022 17:52:09 +0200 Message-ID: <351f74e0e1cd6e9724f97dbd042bdc5e04c44842.camel@sipsolutions.net> Subject: Re: [PATCH 10/27] wifi: mac80211: isolate driver from inactive links From: Johannes Berg To: Wen Gong , linux-wireless@vger.kernel.org Cc: ath11k@lists.infradead.org Date: Thu, 08 Sep 2022 17:52:08 +0200 In-Reply-To: <2de44394-cb93-7be4-481f-2d92788b8d28@quicinc.com> References: <20220902141259.377789-1-johannes@sipsolutions.net> <20220902161143.5ce3dad3be7c.I92e9f7a6c120cd4a3631baf486ad8b6aafcd796f@changeid> <5d82e564-86bf-c26b-077a-d0bc14e2d3c3@quicinc.com> <74f3eb848326607b15336c31a02bdd861ccafb47.camel@sipsolutions.net> <2de44394-cb93-7be4-481f-2d92788b8d28@quicinc.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 (3.44.4-1.fc36) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, 2022-09-08 at 23:51 +0800, Wen Gong wrote: >=20 > Another thing is what is the local MLD addr and local primary link(send= =20 > authentication/assoc requset) addr relation? > I think they are same address for station, right? No, they aren't, and shouldn't be. > And the others local link address is random generated by eth_random_addr= =20 > in ieee80211_mgd_assoc() , right? Yes, at least for now all the link addresses are randomly generated. johannes