Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:52484 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934466AbeFMK7g (ORCPT ); Wed, 13 Jun 2018 06:59:36 -0400 From: Tamizh chelvam To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, Tamizh chelvam Subject: [PATCH 0/4] cfg80211/mac80211: Add support to configure and monitor txrate threshold Date: Wed, 13 Jun 2018 16:28:55 +0530 Message-Id: <1528887539-26821-1-git-send-email-tamizhr@codeaurora.org> (sfid-20180613_125951_371810_F0A8C5A0) Sender: linux-wireless-owner@vger.kernel.org List-ID: This patchsets introduced new NL command and api to support configuring txrate threshold for the connected stations and api to notify userspace application upon crossing the configured txrate threshold. This will be useful for the application which requires station's current capability change information. Tamizh chelvam (4): cfg80211: Add support to configure station specific txrate threshold mac80211: Add api to configure low and high txrate threshold cfg80211: Add support to notify station's txrate crossing event mac80211: Implement functionality to monitor txrate cross event for a station Note: * This patchset rebased on top of below patchset [PATCH 0/7] cfg80211/mac80211: Add support to configure and monitor rssi threshold include/net/cfg80211.h | 26 ++++++++++++++ include/net/mac80211.h | 5 +++ include/uapi/linux/nl80211.h | 34 ++++++++++++++++++ net/mac80211/cfg.c | 36 +++++++++++++++++++ net/mac80211/sta_info.h | 17 +++++++++ net/mac80211/status.c | 40 +++++++++++++++++++++- net/wireless/nl80211.c | 78 ++++++++++++++++++++++++++++++++++++++++++ net/wireless/rdev-ops.h | 17 +++++++++ net/wireless/trace.h | 50 +++++++++++++++++++++++++++ 9 files changed, 302 insertions(+), 1 deletion(-) -- 1.7.9.5