]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add nl80211 beacon-only statistics
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 Nov 2014 13:12:22 +0000 (14:12 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Jan 2015 14:28:13 +0000 (15:28 +0100)
commit87c289c63526fcbf2097430c5387c86b6fa9f26a
tree8466ac5d17e9316211abdd0cbf99974919e2e328
parent77bb65d8cfdcff3844a172825a9181a7a6d368c0
cfg80211: add nl80211 beacon-only statistics

Add these two values:
 * BEACON_RX: number of beacons received from this peer
 * BEACON_SIGNAL_AVG: signal strength average for beacons only

These can then be used for Android Lollipop's statistics request.

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