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 50DC4C76196 for ; Tue, 11 Apr 2023 10:16:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229737AbjDKKQf (ORCPT ); Tue, 11 Apr 2023 06:16:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229744AbjDKKQc (ORCPT ); Tue, 11 Apr 2023 06:16:32 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31B4B30FF for ; Tue, 11 Apr 2023 03:16:31 -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=VBbUCXUzj+FqoSlTXXwTAPkQoNkpCBgeaQh7XK4E1V8=; t=1681208191; x=1682417791; b=Fzwb/Ju9obboRxBwn2JpMBlTYuuurGSx5TX2NhlyJRwIBNU HL4GISCs1IYPL93X5H4CjMpszNWUYTffKalw52WEwE+j3ClOhT78ZOjMrwxjBbN4aLSexGRR6+xZD olIgd3HyDbXFzFgKBeTc9ClUX9jZuXUMpYAosvyXfCftTWtCKbEl9IbR5a6Fd0/YlHzE88Z5ecLRw Cbw3Y1J+2AsvjrWZj6m6brbqloeKyAEDXQ/q+fyVDkSKyzmpQHnMdIltIXMp3WmV4y0YlZ6hMp15t qWYseQ26vmTYvESoDfq623ChKw5e0YqwnRZbqc/p/dUR68Z2wZLcnzjHs8j7qKEw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1pmB36-00CgG2-2k; Tue, 11 Apr 2023 12:16:28 +0200 Message-ID: <90618520913ba1e6795403b0ab1aabdb1e374f9d.camel@sipsolutions.net> Subject: Re: [PATCH 24/27] wifi: mac80211: implement link switching From: Johannes Berg To: Wen Gong , linux-wireless@vger.kernel.org Cc: ath11k@lists.infradead.org, ath12k@lists.infradead.org Date: Tue, 11 Apr 2023 12:16:28 +0200 In-Reply-To: References: <20220902141259.377789-1-johannes@sipsolutions.net> <20220902161143.d99dfbe65c90.I92385ba882ec984a9a2ad18293173436657e82aa@changeid> <50719d34bc48d816d00b56d3d9efdb59e3e51a16.camel@sipsolutions.net> <7872a08d-fe37-a876-713d-c5ec40c1893f@quicinc.com> <106ad2b4934efd2f81d51b2e66336954bee7c185.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 2023-04-03 at 22:15 +0800, Wen Gong wrote: > On 3/28/2023 3:39 PM, Johannes Berg wrote: > > On Tue, 2023-03-28 at 15:37 +0800, Wen Gong wrote: > > > On 3/27/2023 4:31 PM, Johannes Berg wrote: > > > ... > > > > > Also I see commit(8fb7e2ef4bab mac80211_hwsim: always activate al= l links) and ieee80211_if_parse_active_links() > > > > > will use ieee80211_set_active_links(), so I think ieee80211_set_a= ctive_links() has passed test case with some type lower driver/chip? > > > > Yes, we have this working on iwlwifi/mvm. > > > >=20 > > > > johannes > > > May I know how did you test it? > > Just writing to the debugfs file. We have various tests using that now. > >=20 > Do you mean the various tests using debugfs or using=20 > ieee80211_set_active_links() directly? >=20 Yeah the tests write to debugfs. johannes