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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1870C432BE for ; Fri, 23 Jul 2021 09:27:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAC3B60725 for ; Fri, 23 Jul 2021 09:27:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232304AbhGWIqf (ORCPT ); Fri, 23 Jul 2021 04:46:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbhGWIqe (ORCPT ); Fri, 23 Jul 2021 04:46:34 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF995C061575 for ; Fri, 23 Jul 2021 02:27:07 -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: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=qPfFaOLBHgpoI6w81CzCXw4FrJ9U3ruhTNXi7T80MFY=; t=1627032427; x=1628242027; b=m+M6epuOM9rmad1yA/hWLCDCEpDBGNN2FSDeVhQ4kxAfDQs sQmVm0BgmjQLXOgjaFa0y0cRxYgloHrinYKRa4aA5UcRFjTK9mq/28EDmyZzNDRAeWyUHhFy4pfjt 7YA+R5m+Bo5Z+sHTIqZ1c4LBEaAq6badpys7cFmTXneA0Ucsr83XFERpupZxhF9pB059/ICcY0EX9 OjejrBKOrVUMqKN8Bw3Ulm6J8om6l0PySBXZbCpFESI7M7SHiaCKN0YgpnMg5Z6pwsNI4B1/i7XIc c3NzWCKiAr1QLaEmidSngQKe11+da3AJ3bzsDfK/BXXOw+VnWEth5XOF2tvRLyHQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1m6rPs-000U4a-OA; Fri, 23 Jul 2021 11:27:03 +0200 Message-ID: <4647af4472b14452347a0817c25c3f61d174bf5e.camel@sipsolutions.net> Subject: Re: [PATCH 5/9] cfg80211: save power spectral density(psd) of regulatory rule From: Johannes Berg To: Wen Gong , ath11k@lists.infradead.org Cc: linux-wireless@vger.kernel.org Date: Fri, 23 Jul 2021 11:27:02 +0200 In-Reply-To: <20210517201932.8860-6-wgong@codeaurora.org> (sfid-20210517_222029_223410_9F039F8A) References: <20210517201932.8860-1-wgong@codeaurora.org> <20210517201932.8860-6-wgong@codeaurora.org> (sfid-20210517_222029_223410_9F039F8A) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) 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, 2021-05-17 at 16:19 -0400, Wen Gong wrote: > The power spectral density(psd) of regulatory rule should be take > effect to the channels. This patch is to save the values to the > channel which has psd value. It seems to me you should also add provisions to allow regdb file from userspace to have the PSD value? johannes 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A111C4338F for ; Fri, 23 Jul 2021 09:27:09 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2B84360725 for ; Fri, 23 Jul 2021 09:27:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2B84360725 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=sipsolutions.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WwAdZE4esi6Gi6tcYwE15UsUq9h2KBpjGZQ+d/g58rU=; b=uSLylNme0mz0wK kOLkL7Umqd/hJtskUYUeDpouMXFa21GKkUkeZOT8MrGcs7PRL36pdBZB82SvSUg4LCR44SZ90Ts35 Jup5104KdT9NKeKew3hR4348H9o2pgENt0biO0pdMpiUkF4iCzILgRnMkQEDIxTt+MDLJfLS1AQqL ZsR/vn16QV5dOdYMNIJTZ+sxKv7Rac1DCJ36KYp6qBsMDXVGtBlaVnw3MC+s7mLUSbWotwt5+OhCe mwmmliLVG3OVrG1D0rK/b0pDNUz6MX5kh52/H1awEqlxPHXhKcSkhHUD7jBui4yWWwjrIq48so1A1 /2aYjt0hUKUx8hAbVKEg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6rSV-0046cB-1X; Fri, 23 Jul 2021 09:27:07 +0000 Received: from s3.sipsolutions.net ([2a01:4f8:191:4433::2] helo=sipsolutions.net) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6rSS-0046bq-U9 for ath11k@lists.infradead.org; Fri, 23 Jul 2021 09:27:06 +0000 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: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=qPfFaOLBHgpoI6w81CzCXw4FrJ9U3ruhTNXi7T80MFY=; t=1627032424; x=1628242024; b=aAReNf3xJKTLI2fZlQt4kUs/Foe4bSI/VgXQblf6zL/G7vS kNy4C/8LKygECxOMtDWsXEIC1Mu+XTndudy40G8rfPaYV4Hv98pmtkPS5fckeXf0vo9a+P52DetiG EJqIMWYt/zhmeSeDAkix0982SNPb7ZPyfLM2tP13QZ4hkoTxQTjT8UA3tiz4MrpzriNu7sCJXCBV0 QYCtGqITwjy4F11D9S/Q+UO7pkOY+4J9Y0KjfWSM7t9rLhz88Y41uyEycF6jDelhzq6zbM0s0Ql7Q Wtqp8nmv4gCKKxvh4HnumsB6TsAMJpA+8bltVaMCMAhDN2147gUnMOVokRd30vrA==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1m6rPs-000U4a-OA; Fri, 23 Jul 2021 11:27:03 +0200 Message-ID: <4647af4472b14452347a0817c25c3f61d174bf5e.camel@sipsolutions.net> Subject: Re: [PATCH 5/9] cfg80211: save power spectral density(psd) of regulatory rule From: Johannes Berg To: Wen Gong , ath11k@lists.infradead.org Cc: linux-wireless@vger.kernel.org Date: Fri, 23 Jul 2021 11:27:02 +0200 In-Reply-To: <20210517201932.8860-6-wgong@codeaurora.org> (sfid-20210517_222029_223410_9F039F8A) References: <20210517201932.8860-1-wgong@codeaurora.org> <20210517201932.8860-6-wgong@codeaurora.org> (sfid-20210517_222029_223410_9F039F8A) User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 X-malware-bazaar: not-scanned X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_022705_023605_B7438FB5 X-CRM114-Status: UNSURE ( 7.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+ath11k=archiver.kernel.org@lists.infradead.org On Mon, 2021-05-17 at 16:19 -0400, Wen Gong wrote: > The power spectral density(psd) of regulatory rule should be take > effect to the channels. This patch is to save the values to the > channel which has psd value. It seems to me you should also add provisions to allow regdb file from userspace to have the PSD value? johannes -- ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k