Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02b43050 authored by Etan Cohen's avatar Etan Cohen Committed by Android (Google) Code Review
Browse files

Merge "Revert "[AWARE] Disable NANv3 data-path capabilities""

parents 907c8ccc 4cd0dbf6
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;
}