Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1321705ybl; Wed, 28 Aug 2019 12:54:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxfFoq5ZQQ3rYaLrOBnYHqF94t+X3G4YS4F4Dovqqdwo/6wZ/BFJtpek831aw2NI6i61u+L X-Received: by 2002:a62:2c94:: with SMTP id s142mr6698024pfs.45.1567022046069; Wed, 28 Aug 2019 12:54:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567022046; cv=none; d=google.com; s=arc-20160816; b=KAmB6c+Qhx/QqHLtTycka5OZrsg6jSEYpIX6Vbjbvp2WinhWO6G5oFTqLQc3IxNeuY VdJR1lzS+r2TYSpxrxkz3XQdXupuY5Pu3OcZNpfFqONBNOgJhM8XhjhGgNAyQMMte/Rn xHy41SJIstsQxWEkIjcNs58HyS1ozHIgiXBq+lNNJvjjZ0I3k75Xkv/Q5q4LKvtK3p2/ 4XmT1avf/U9qO7MZAAd1ovLdB1g8GSsYZR0GNsmqba3Uit9N65ue5qdB26xVnyVSVALD OMZ394k5745BoMeZehGLAHjI4LcdaMeYH3rPONtueaue8PlETS1CbxxV7wDuCA0TWAj8 hbQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=chy8OoqA6DjSL33kJirCeQxFGwGOw7VA2n0TalMk4e4=; b=MdgUWSG7kou5Uw3E4EBp7RsSoUjKpIiGRNIPANz4d7JIofZCftJgvqXN4a4hLcleX9 BeBxGu/k+DF+8qEytyEPe/00g+g2QrFbmO9/LZ/yFCj+/2sjm8to6TMZad6sxJQiQBJh JU28910hdMwb6RQbtVGwzkWiC52Uf19IKEkyWDa4oQoa+Tx6cZgu2mkHeg1LuiRLo86E cYpul/hIBQArbnuPdtTpgXS6RkWpmTtj3GdZ39my8Ju+oPy6gCKrouvcjxL/5L/Qzncd X0t5VnYiXnGFYIKb+vYFv5W5EALDR3R13m2sK8wtrRyq8vp594DZomeBlevA+Y5zqWg1 Sd0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b5si34040pgq.355.2019.08.28.12.53.49; Wed, 28 Aug 2019 12:54:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726697AbfH1Twg convert rfc822-to-8bit (ORCPT + 99 others); Wed, 28 Aug 2019 15:52:36 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:45136 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726591AbfH1Twf (ORCPT ); Wed, 28 Aug 2019 15:52:35 -0400 Received: from marcel-macbook.fritz.box (p4FEFC580.dip0.t-ipconnect.de [79.239.197.128]) by mail.holtmann.org (Postfix) with ESMTPSA id 55F80CECA3; Wed, 28 Aug 2019 22:01:19 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH v2] cfg80211: add local BSS receive time to survey information From: Marcel Holtmann In-Reply-To: <18c4232675c7b4f13fbfe9e5d8e9364a0908f316.camel@sipsolutions.net> Date: Wed, 28 Aug 2019 21:52:33 +0200 Cc: Felix Fietkau , linux-wireless@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20190828102042.58016-1-nbd@nbd.name> <9189B2C1-6E5B-4457-9354-A010F946EE33@holtmann.org> <18c4232675c7b4f13fbfe9e5d8e9364a0908f316.camel@sipsolutions.net> To: Johannes Berg X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Johannes, >> ... [snip] > > Please trim quotes a bit. > >>> NL80211_SURVEY_INFO_PAD, >>> + NL80211_SURVEY_INFO_TIME_BSS_RX, >> >> wouldn’t this go before the PAD attribute? > > No, as usual, that would break ABI. PAD is a regular attribute, just > empty and ignored for aligning 64-bit values. then I do not grok on how the nla_put_u64_64bit works, but that is fine. I assumed these are similar to the NL80211_SURVEY_INFO_MAX which we also always move, but also not expected to be part of the API as a fixed value. Regards Marcel