mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Wifi: Remove premature 'return'"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1aab61da7b
@@ -1420,8 +1420,6 @@ bool convertHidlNanConfigRequest_1_6ToLegacy(const V1_4::NanConfigRequest& hidl_
|
||||
legacy_request->config_enable_ranging = 1;
|
||||
legacy_request->enable_ranging = hidl_request2.V1_5.V1_2.enableRanging;
|
||||
|
||||
return true;
|
||||
|
||||
legacy_request->config_enable_instant_mode = 1;
|
||||
legacy_request->enable_instant_mode = hidl_request2.V1_5.enableInstantCommunicationMode;
|
||||
legacy_request->config_instant_mode_channel = 1;
|
||||
|
||||
Reference in New Issue
Block a user