Merge "Revert "[AWARE] Disable NANv3 data-path capabilities""
This commit is contained in:
commit
02b43050d9
1 changed files with 0 additions and 8 deletions
|
@ -1259,10 +1259,6 @@ bool convertHidlNanEnableRequestToLegacy(
|
|||
hidl_request.debugConfigs
|
||||
.useSdfInBandVal[(size_t)NanBandIndex::NAN_BAND_5GHZ];
|
||||
|
||||
// disable NANv3 NDPe
|
||||
legacy_request->config_ndpe_attr = 1;
|
||||
legacy_request->use_ndpe_attr = 0;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -1774,10 +1770,6 @@ bool convertHidlNanConfigRequestToLegacy(
|
|||
hidl_request.bandSpecificConfig[(size_t)NanBandIndex::NAN_BAND_5GHZ]
|
||||
.discoveryWindowIntervalVal;
|
||||
|
||||
// disable NANv3 NDPe
|
||||
legacy_request->config_ndpe_attr = 1;
|
||||
legacy_request->use_ndpe_attr = 0;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue