From ba59d49a9e54ee9d2e81786fb67f0fcf9619da2c Mon Sep 17 00:00:00 2001 From: xinhe Date: Fri, 6 Mar 2015 12:30:09 -0800 Subject: change the definition of signle burst Change-Id: I746ec9652c5d92cda5cb2e0f296f05dee589e294 --- include/hardware_legacy/rtt.h | 3 +-- 1 file changed, 1 insertion(+), 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 */ -- cgit v1.1