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 patch rebased on top of below patchset
[RFCv3 0/7] cfg80211/mac80211: Add support to configure and monitor rssi
threshold
v3:
* splitted txrate patchsets as a different patchsets.
v2:
* fixed kbuild warnings
* updated commit log
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 | 76 ++++++++++++++++++++++++++++++++++++++++++++
net/wireless/rdev-ops.h | 17 ++++++++++
net/wireless/trace.h | 50 +++++++++++++++++++++++++++++
9 files changed, 300 insertions(+), 1 deletion(-)
--
1.9.1