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 741AEC4332F for ; Thu, 13 Oct 2022 18:33:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231594AbiJMSdx (ORCPT ); Thu, 13 Oct 2022 14:33:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232087AbiJMSdb (ORCPT ); Thu, 13 Oct 2022 14:33:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C00333ECE4; Thu, 13 Oct 2022 11:29:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8F8A26188A; Thu, 13 Oct 2022 18:16:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C935EC433C1; Thu, 13 Oct 2022 18:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665684998; bh=oCQNci6QkcHEdVyUUCpGDjibQhR/MN8r4Pz+yko1DuI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XKMw1vKkr3wH0bIEr5EHUCdy9UYdw5WjLPuN7oT/EK+NNlLaJ7gUmrOHKldj4c84j 9ZWUkK0HGF5OTERHq1TMG6sQjJUfV9CLBFJSTCpcDHaTZkBDyPX2Bi/7bOLqjMO1pE VxY5dZCdKCR2rGzbaqSuUb9DfLdFUk8a9TZXhnF4qIGZQq+KUCempCIFrewAzVIhtx hdUILzmDtHhs3udsclTSR9cgY9oCkd++SY1ajOUbIcGYSKJs9b9zu8X/hV97T0/gHt cEzRbmeWPVA4cb5RFBIVNTV6qtHC9jBDuknaWecWRAd8WCFOOeMOLmMjAIakaQ2NIR kj89yIpH18OsA== Date: Thu, 13 Oct 2022 14:16:36 -0400 From: Sasha Levin To: Johannes Berg Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.0 16/77] wifi: mac80211: fix control port frame addressing Message-ID: References: <20221009220754.1214186-1-sashal@kernel.org> <20221009220754.1214186-16-sashal@kernel.org> <8acb94e9bd6d580f739e81e5f203cb93028adf4e.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <8acb94e9bd6d580f739e81e5f203cb93028adf4e.camel@sipsolutions.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 10, 2022 at 09:03:52AM +0200, Johannes Berg wrote: >On Sun, 2022-10-09 at 18:06 -0400, Sasha Levin wrote: >> From: Johannes Berg >> >> [ Upstream commit a6ba64d0b187109dc252969c1fc9e2525868bd49 ] >> >> For an AP interface, when userspace specifieds the link ID to >> transmit the control port frame on (in particular for the >> initial 4-way-HS), due to the logic in ieee80211_build_hdr() >> for a frame transmitted from/to an MLD > >FWIW, I don't mind this being backported, but it doesn't make all that >much sense since the only driver "supporting" all this MLO/MLD/link_id >stuff upstream is hwsim, and it's not really finished anyway. Happy to drop it, thanks. -- Thanks, Sasha