]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d992b4269f59d85602fbd6569e5c4d693109723
treefe09e6c67123954e18d79a7e01e2fc4fc0722671
parent9617089a467f534a0a6f79efdfea67e70198de21
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