cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Thu, 7 Apr 2016 14:29:34 +0000 (19:59 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Apr 2016 07:40:11 +0000 (09:40 +0200)
commit739960f128e5a1f251659a4430a8898087701099
treefe09e6c67123954e18d79a7e01e2fc4fc0722671
parent557fc4a098039cf296fe33f118bab99a925fd881
cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION

Add support for the a station statistics netlink attribute:
NL80211_STA_INFO_RX_DURATION.

If present, this attribute contains the aggregate PPDU duration (in
microseconds) for all the frames from the peer. This is useful to
help understand the total time spent transmitting to us by all of
the connected peers.

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c