mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
cfg80211: allow survey data to return global data
Not all devices are able to report survey data (particularly time spent for various operations) per channel. As all these statistics already exist in survey data, allow such devices to report them (if userspace requested it) Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
4ed20bebf5
commit
11f78ac32b
3 changed files with 33 additions and 17 deletions
|
@ -542,7 +542,8 @@ enum survey_info_flags {
|
|||
/**
|
||||
* struct survey_info - channel survey response
|
||||
*
|
||||
* @channel: the channel this survey record reports, mandatory
|
||||
* @channel: the channel this survey record reports, may be %NULL for a single
|
||||
* record to report global statistics
|
||||
* @filled: bitflag of flags from &enum survey_info_flags
|
||||
* @noise: channel noise in dBm. This and all following fields are
|
||||
* optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue