summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-03-14 22:10:54 -0700
committerVinit Deshpande <vinitd@google.com>2015-03-14 22:10:54 -0700
commit3300878e36a1b06c3c9775915905f3b980802976 (patch)
treef1bac77d7bc634616ce47d27a7f40f96331d858d /include
parent5a2c926456f3fcdfa62b930373229f5c8210ca2a (diff)
parentba59d49a9e54ee9d2e81786fb67f0fcf9619da2c (diff)
downloadhardware_libhardware_legacy-3300878e36a1b06c3c9775915905f3b980802976.zip
hardware_libhardware_legacy-3300878e36a1b06c3c9775915905f3b980802976.tar.gz
hardware_libhardware_legacy-3300878e36a1b06c3c9775915905f3b980802976.tar.bz2
am "change the definition of signle burst"
merged from goog/mirror-m-wireless-internal-release ba59d49 change the definition of signle burst
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/rtt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hardware_legacy/rtt.h b/include/hardware_legacy/rtt.h
index 37defe7..d2c548c 100644
--- a/include/hardware_legacy/rtt.h
+++ b/include/hardware_legacy/rtt.h
@@ -42,7 +42,7 @@ typedef struct {
wifi_channel_info channel; // Required for STA-AP mode, optional for P2P, NBD etc.
unsigned interval; // interval between RTT burst (unit ms).
// Only valid when multi_burst = 1
- unsigned num_burst; // total number of RTT bursts, 0 means single shot
+ unsigned num_burst; // total number of RTT bursts, 1 means single shot
unsigned num_frames_per_burst; // num of frames in each RTT burst
// for single side, measurement result num = frame number
// for 2 side RTT, measurement result num = frame number - 1
@@ -82,7 +82,6 @@ typedef struct {
int burst_duration; // in ms, How long the FW time is to finish one burst measurement
wifi_information_element LCI; // for 11mc only, optional
wifi_information_element LCR; // for 11mc only, optional
-
} wifi_rtt_result;
/* RTT result callback */