linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/2] cfg80211/mac80211: Add support to configure and monitor station's rssi threshold
@ 2019-04-09 17:38 Tamizh chelvam
  2019-04-09 17:38 ` [PATCHv3 1/2] cfg80211: Add support to configure station specific RSSI threshold for AP mode Tamizh chelvam
  2019-04-09 17:38 ` [PATCHv3 2/2] mac80211: Implement API to configure station specific rssi threshold Tamizh chelvam
  0 siblings, 2 replies; 5+ messages in thread
From: Tamizh chelvam @ 2019-04-09 17:38 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Tamizh chelvam

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.
Monitoring station's signal strength through station dump command
will unnecessarily increase the system overhead. This event based
mechanism will reduce the system overhead and helps application to
take a decision for the station for which event received.

Tamizh chelvam (2):
  cfg80211: Add support to configure station specific RSSI threshold
    for AP mode
  mac80211: Implement API to configure station specific rssi threshold

v3:
 * Addressed Johannes comments

v2:
 * Combined patchset 2 and 3 as single patch and addressed Johannes comments.

 include/net/cfg80211.h       |   39 +++++++++
 include/net/mac80211.h       |    7 ++
 include/uapi/linux/nl80211.h |   21 +++++
 net/mac80211/cfg.c           |  108 +++++++++++++++++++++++++
 net/mac80211/rx.c            |   56 ++++++++++++-
 net/mac80211/sta_info.c      |    1 +
 net/mac80211/sta_info.h      |   31 ++++++++
 net/wireless/nl80211.c       |  179 ++++++++++++++++++++++++++++++++++++------
 net/wireless/rdev-ops.h      |   13 +++
 net/wireless/trace.h         |   21 +++++
 10 files changed, 449 insertions(+), 27 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-15 11:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 17:38 [PATCHv3 0/2] cfg80211/mac80211: Add support to configure and monitor station's rssi threshold Tamizh chelvam
2019-04-09 17:38 ` [PATCHv3 1/2] cfg80211: Add support to configure station specific RSSI threshold for AP mode Tamizh chelvam
2019-04-09 17:38 ` [PATCHv3 2/2] mac80211: Implement API to configure station specific rssi threshold Tamizh chelvam
2019-04-12 17:52   ` kbuild test robot
2019-04-15 11:18   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).