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

Commit ecfae4f8 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am a4c8fabf: Merge "fix ethernet and wifi can\'t be tuned seperately issue"

* commit 'a4c8fabf':
  fix ethernet and wifi can't be tuned seperately issue
parents 90192a61 a4c8fabf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ public class EthernetDataTracker implements NetworkStateTracker {
     * for this network.
     */
    public String getTcpBufferSizesPropName() {
        return "net.tcp.buffersize.wifi";
        return "net.tcp.buffersize.ethernet";
    }

    public void setDependencyMet(boolean met) {