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 23461C433F5 for ; Thu, 2 Dec 2021 12:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346760AbhLBMbn (ORCPT ); Thu, 2 Dec 2021 07:31:43 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:50148 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S240476AbhLBMbm (ORCPT ); Thu, 2 Dec 2021 07:31:42 -0500 Received: from 91-156-5-105.elisa-laajakaista.fi ([91.156.5.105] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mslCD-0015GS-0K; Thu, 02 Dec 2021 14:28:18 +0200 Message-ID: From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Thu, 02 Dec 2021 14:28:15 +0200 In-Reply-To: References: <20211129133248.83829-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 04/16] cfg80211: Use the HE operation IE to determine a 6GHz BSS channel Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 2021-11-29 at 15:32 +0200, Luca Coelho wrote: > From: Ayala Beker > > A non-collocated AP whose primary channel is not a PSC channel > may transmit a duplicated beacon on the corresponding PSC channel > in which it would indicate its true primary channel. > Use this inforamtion contained in the HE operation IE to determine > the primary channel of the AP. > In case of invalid infomration ignore it and use the channel > the frame was received on. > > Signed-off-by: Ayala Beker > Signed-off-by: Luca Coelho > --- As you know already (but for the record), this is totally broken. There were some conflicts due to the refactor that happened in this function and I accidentally ran the wrong script to test compilation before sending this series out... :( V2 coming up soon. -- Cheers, Luca.