mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix a typo in Enhanced Network Scan Request
Change RADIO_ACCESS_SPEFICIER_MAX_SIZE to RADIO_ACCESS_SPECIFIER_MAX_SIZE Bug: 63865942 Test: compliation Change-Id: Idabac6ab42c90353a83d32483be46c77a85b7f1d
This commit is contained in:
@@ -35,7 +35,7 @@ import @1.1::ScanStatus;
|
||||
import @1.1::ScanType;
|
||||
|
||||
enum RadioConst : @1.0::RadioConst {
|
||||
RADIO_ACCESS_SPEFICIER_MAX_SIZE = 8,
|
||||
RADIO_ACCESS_SPECIFIER_MAX_SIZE = 8,
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -74,7 +74,7 @@ struct NetworkScanRequest {
|
||||
/**
|
||||
* Networks with bands/channels to scan
|
||||
* Maximum length of the vector is
|
||||
* RadioConst:RADIO_ACCESS_SPEFICIER_MAX_SIZE
|
||||
* RadioConst:RADIO_ACCESS_SPECIFIER_MAX_SIZE
|
||||
*/
|
||||
vec<RadioAccessSpecifier> specifiers;
|
||||
|
||||
@@ -220,4 +220,4 @@ struct CellInfo {
|
||||
* Valid only if type = tdscdma and size = 1 else must be empty.
|
||||
*/
|
||||
vec<CellInfoTdscdma> tdscdma;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user