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=-0.8 required=3.0 tests=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 69A5FC54FCB for ; Fri, 24 Apr 2020 10:11:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B07620767 for ; Fri, 24 Apr 2020 10:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726778AbgDXKLY (ORCPT ); Fri, 24 Apr 2020 06:11:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726698AbgDXKLY (ORCPT ); Fri, 24 Apr 2020 06:11:24 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43883C09B045 for ; Fri, 24 Apr 2020 03:11:24 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jRvIo-00FSUB-Gm; Fri, 24 Apr 2020 12:11:22 +0200 Message-ID: Subject: Re: [PATCH 5/9] cfg80211: report frequency in KHz for management RX From: Johannes Berg To: Thomas Pedersen Cc: linux-wireless Date: Fri, 24 Apr 2020 12:11:21 +0200 In-Reply-To: <20200402011810.22947-6-thomas@adapt-ip.com> References: <20200402011810.22947-1-thomas@adapt-ip.com> <20200402011810.22947-6-thomas@adapt-ip.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2020-04-01 at 18:18 -0700, Thomas Pedersen wrote: > Expect and convert drivers to report the RX frequency to > cfg80211_rx_mgmt() and cfg80211_report_obss_beacon() in > KHz I would prefer to have some inlines for this, and add cfg80211_rx_mgmt_khz() or something. You've had to change a lot of drivers, but I got conflicts, and you also missed some (which may have added the code since you created the patches, or you prepared against mac80211-next and that code was waiting elsewhere, etc.) I've applied patches 1-4, but please respin the rest. johannes