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

Commit 0870e814 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix wifi tethering."

parents 5a8eccbf 7c34f29c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -221,8 +221,6 @@ public class Tethering extends INetworkManagementEventObserver.Stub {
    }

    public void interfaceLinkStateChanged(String iface, boolean up) {
        if (DEBUG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
        interfaceStatusChanged(iface, up);
    }

    private boolean isUsb(String iface) {