summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Harold2017-12-14 19:52:38 -0600
committerandroid-build-merger2017-12-14 19:52:38 -0600
commit8070739edc3c850048a4bbf6e92f31f2eae9c86e (patch)
treefdd2b17d296bc06c6e13dd08c0fccf5deca99335
parentf4e1aeb602f18184c45b62174c4876bb7210fd17 (diff)
parentba596a7181588ef91fdf975792a5761b0cc42f09 (diff)
downloadplatform-hardware-interfaces-8070739edc3c850048a4bbf6e92f31f2eae9c86e.tar.gz
platform-hardware-interfaces-8070739edc3c850048a4bbf6e92f31f2eae9c86e.tar.xz
platform-hardware-interfaces-8070739edc3c850048a4bbf6e92f31f2eae9c86e.zip
Fix a typo in Enhanced Network Scan Request am: 9acbfc2e6b
am: ba596a7181 Change-Id: I248d668d8578d33b1dde549f128dbf4ded5b32ab
-rw-r--r--radio/1.2/types.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/radio/1.2/types.hal b/radio/1.2/types.hal
index 6b57ae3f..52af5756 100644
--- a/radio/1.2/types.hal
+++ b/radio/1.2/types.hal
@@ -35,7 +35,7 @@ import @1.1::ScanStatus;
35import @1.1::ScanType; 35import @1.1::ScanType;
36 36
37enum RadioConst : @1.0::RadioConst { 37enum RadioConst : @1.0::RadioConst {
38 RADIO_ACCESS_SPEFICIER_MAX_SIZE = 8, 38 RADIO_ACCESS_SPECIFIER_MAX_SIZE = 8,
39}; 39};
40 40
41/** 41/**
@@ -74,7 +74,7 @@ struct NetworkScanRequest {
74 /** 74 /**
75 * Networks with bands/channels to scan 75 * Networks with bands/channels to scan
76 * Maximum length of the vector is 76 * Maximum length of the vector is
77 * RadioConst:RADIO_ACCESS_SPEFICIER_MAX_SIZE 77 * RadioConst:RADIO_ACCESS_SPECIFIER_MAX_SIZE
78 */ 78 */
79 vec<RadioAccessSpecifier> specifiers; 79 vec<RadioAccessSpecifier> specifiers;
80 80
@@ -220,4 +220,4 @@ struct CellInfo {
220 * Valid only if type = tdscdma and size = 1 else must be empty. 220 * Valid only if type = tdscdma and size = 1 else must be empty.
221 */ 221 */
222 vec<CellInfoTdscdma> tdscdma; 222 vec<CellInfoTdscdma> tdscdma;
223}; \ No newline at end of file 223};