]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cfg80211: add local BSS receive time to survey information
authorFelix Fietkau <nbd@nbd.name>
Wed, 28 Aug 2019 10:20:42 +0000 (12:20 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 30 Aug 2019 10:28:44 +0000 (12:28 +0200)
commitc8cd6e7f159e6f8d79a23df4aeaa7a540415951b
tree8bbecf2f13065bb633e42dda0e476d3be5d8c3be
parent7010998c6caf7cf9706f31c1880b7aeac904e874
cfg80211: add local BSS receive time to survey information

This is useful for checking how much airtime is being used up by other
transmissions on the channel, e.g. by calculating (time_rx - time_bss_rx)
or (time_busy - time_bss_rx - time_tx)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20190828102042.58016-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c