summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2016-08-30 11:13:58 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2016-08-30 11:13:58 (GMT)
commit4ca96dbb5524029905723cda1b4e4b0407c03f7b (patch)
tree0c92822afcffd3d9329e0bb4db967a662e5db0d1
parent8f36890dfc5c0c67537cb4f1d1db725816807e96 (diff)
downloadpppoe-4ca96dbb5524029905723cda1b4e4b0407c03f7b.zip
pppoe-4ca96dbb5524029905723cda1b4e4b0407c03f7b.tar.gz
pppoe-4ca96dbb5524029905723cda1b4e4b0407c03f7b.tar.bz2
modify for Nougat bringup
Change-Id: Ie927335a19aee35ad7d1ac06cd6463de21179926
Diffstat
-rw-r--r--java/src/com/droidlogic/pppoe/PppoeStateTracker.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/droidlogic/pppoe/PppoeStateTracker.java b/java/src/com/droidlogic/pppoe/PppoeStateTracker.java
index f69a0f3..21c0b40 100644
--- a/java/src/com/droidlogic/pppoe/PppoeStateTracker.java
+++ b/java/src/com/droidlogic/pppoe/PppoeStateTracker.java
@@ -129,7 +129,7 @@ public class PppoeStateTracker /*implements NetworkStateTracker*/ {
Slog.i(TAG, "stop interface");
String ifname = info.getIfName();
- NetworkUtils.resetConnections(ifname, NetworkUtils.RESET_ALL_ADDRESSES);
+ //NetworkUtils.resetConnections(ifname, NetworkUtils.RESET_ALL_ADDRESSES);
}
}
@@ -214,7 +214,7 @@ public class PppoeStateTracker /*implements NetworkStateTracker*/ {
synchronized(this) {
if (mInterfaceName != null) {
Slog.i(TAG, "reset device " + mInterfaceName);
- NetworkUtils.resetConnections(mInterfaceName, NetworkUtils.RESET_ALL_ADDRESSES);
+ //NetworkUtils.resetConnections(mInterfaceName, NetworkUtils.RESET_ALL_ADDRESSES);
}
Slog.i(TAG, "Force the connection disconnected before configuration");