Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp450808yba; Fri, 26 Apr 2019 03:03:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqzJvbScl/dRbw/TUxVEtgwtbaL8x3K/3yZrYbMBa0m3RiRC0YObZAl83zQV8LsIBRLKKohU X-Received: by 2002:a65:6545:: with SMTP id a5mr43860809pgw.264.1556273021107; Fri, 26 Apr 2019 03:03:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556273021; cv=none; d=google.com; s=arc-20160816; b=Yrs8x3kL49JCuHdfsb6xVnJDmm45JU61gULVMVC3AngQc7ptZUSUfoA6b6N1r2ZdFD 1dVPF9rwfk271QEzZOHnVyLAdCEXATeUjlvkYLOeLMtshTerOu53+7EbvulkmGRQGzRR o3RyyjdMUFP75qXuCKISa1sBCSeLIq8159mG1lds8nm/0HpWhcZq1amcRivkXpRaQ4x3 6k9ZjuaVzZ6hymkv0BkHdz3uez2wjA1ErwR8s+Ns5ynWUA6sp9XVEhoFXjcqtU2gwAbR Tgr1f7PSzQxCU+cnAj6+Odu8ZN85SSVAKS//Ff7VBtdk5HJhLxbuJg4I8hadfUhoO8oU /W6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=9WZWcmxbYX20D2GkIy6+eQr1W/2hfJ38ILq57G/ax/s=; b=HHNoANJbMbaKJWFN4gGqn8tzRKRUfzML35tvG2MHAKE97IhV6eoyIQIcGHDaBsysv5 /7Ujp9hx6p3oKxNzCb+hx2/ylzOBDKXn144jgQVlTgi118rCN3ej1nczlU/X8ZddAy7g EYPyjvNSie4hqyIEGS95Gfa1i7dNU5ILXHIlQQjyxqWrPzCHA15EZlssYG7hiquqypos V73cbuzQ3BY8ZLo5X8YJ6WvrW0kc1SL282DM0Con/3NJbJXXV8Ij31UGUEMXaMxACrAA /63mw0QmOAIX245Sc9lhzZmKgqJhIPOX592rkbGqRGsoJ78YfMB9gq5kqqcDq5fvHz3k CEMw== 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 s20si23820799pgs.509.2019.04.26.03.03.23; Fri, 26 Apr 2019 03:03:41 -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 S1726202AbfDZKDR (ORCPT + 99 others); Fri, 26 Apr 2019 06:03:17 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:55056 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726123AbfDZKDR (ORCPT ); Fri, 26 Apr 2019 06:03:17 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hJxhL-0000Za-MC; Fri, 26 Apr 2019 12:03:15 +0200 Message-ID: <07406271ac4426877811439fdf4c75b8e3880105.camel@sipsolutions.net> Subject: Re: [PATCHv4 0/2] cfg80211/mac80211: Add support to configure and monitor station's rssi threshold From: Johannes Berg To: Tamizh chelvam Cc: linux-wireless@vger.kernel.org Date: Fri, 26 Apr 2019 12:03:14 +0200 In-Reply-To: <1555492880-26457-1-git-send-email-tamizhr@codeaurora.org> References: <1555492880-26457-1-git-send-email-tamizhr@codeaurora.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-2.fc28) 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, 2019-04-17 at 14:51 +0530, Tamizh chelvam wrote: > This patchsets introduced new NL command and api to support > configuring rssi for the connected stations and api to notify > userspace application upon crossing the configured threshold. > This will be useful for the application which requires > station's current signal strength change information. What is "the application"? Given all our discussions at the summit and my thinking on all of this recently, I'm _very_ tempted to just reject this patchset after all, and ask you to (help) implement appropriate eBPF hooks in the stack that can be used to implement it instead. Why is this better than programmable infrastructure for it? johannes