diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-30 10:24:20 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-30 10:24:20 +0000 |
commit | cd9798f40fec23835b0f75119d88505235666e29 (patch) | |
tree | a904a685549ff97ac2ddca34d30d43f25905d433 /wifi/1.6/default/hidl_struct_util.cpp | |
parent | 6b0915e761b0a360c1853f585df6b441cecaf527 (diff) | |
parent | 303dea997614a6065c2418dcb77df2023d667102 (diff) |
Snap for 9847868 from 303dea997614a6065c2418dcb77df2023d667102 to t-keystone-qcom-release
Change-Id: Ib329979371992913d768ae8b2c9653ab2a7c68df
Diffstat (limited to 'wifi/1.6/default/hidl_struct_util.cpp')
-rw-r--r-- | wifi/1.6/default/hidl_struct_util.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wifi/1.6/default/hidl_struct_util.cpp b/wifi/1.6/default/hidl_struct_util.cpp index ff3105dd77..9c4d881aad 100644 --- a/wifi/1.6/default/hidl_struct_util.cpp +++ b/wifi/1.6/default/hidl_struct_util.cpp @@ -156,10 +156,8 @@ bool convertLegacyFeaturesToHidlChipCapabilities(uint64_t legacy_feature_set, } } - // There are no flags for these 3 in the legacy feature set. Adding them to + // There is no flag for this in the legacy feature set. Adding this to // the set because all the current devices support it. - *hidl_caps |= HidlChipCaps::DEBUG_RING_BUFFER_VENDOR_DATA; - *hidl_caps |= HidlChipCaps::DEBUG_HOST_WAKE_REASON_STATS; *hidl_caps |= HidlChipCaps::DEBUG_ERROR_ALERTS; return true; } |