diff options
author | xinhe <xinhe@google.com> | 2015-03-06 22:36:07 +0000 |
---|---|---|
committer | Android Partner Code Review <android-gerrit-partner@google.com> | 2015-03-06 22:36:10 +0000 |
commit | 196387c148cdb29c47c3fa016b2918fe685db321 (patch) | |
tree | b78cb453c79e86c87ced05ec9c3432a84f2ef010 | |
parent | 8fe39d1742ae3a9d077296dd0cc44072244f51b2 (diff) | |
parent | ba59d49a9e54ee9d2e81786fb67f0fcf9619da2c (diff) | |
download | hardware_libhardware_legacy-196387c148cdb29c47c3fa016b2918fe685db321.zip hardware_libhardware_legacy-196387c148cdb29c47c3fa016b2918fe685db321.tar.gz hardware_libhardware_legacy-196387c148cdb29c47c3fa016b2918fe685db321.tar.bz2 |
Merge "change the definition of signle burst" into m-wireless-wifi-dev
-rw-r--r-- | include/hardware_legacy/rtt.h | 3 |
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 */ |