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

Commit 50db7bc3 authored by Deepthi Gowri's avatar Deepthi Gowri Committed by Steve Kondik
Browse files

Revert "wifi: Get full scan results"

This reverts commit b301684e
CRs-fixed: 509553

Change-Id: Idafcf1ae25c2b9af42f71ee417cf73601c3199a7
parent fd00589e
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -1421,9 +1421,9 @@ public class WifiStateMachine extends StateMachine {
    private static final String DELIMITER_STR = "====";
    private static final String END_STR = "####";


    /**
     * Format:
     *
     * id=1
     * bssid=68:7f:76:d7:1a:6e
     * freq=2412
@@ -1479,7 +1479,6 @@ public class WifiStateMachine extends StateMachine {
        if (TextUtils.isEmpty(scanResults)) {
           return;
        }

        synchronized(mScanResultCache) {
            mScanResults = new ArrayList<ScanResult>();
            String[] lines = scanResults.split("\n");
+1 −1

File changed.

Contains only whitespace changes.