Loading wifi/java/android/net/wifi/WifiStateTracker.java +3 −2 Original line number Diff line number Diff line Loading @@ -601,8 +601,6 @@ public class WifiStateTracker extends NetworkStateTracker { * Send the tracker a notification that the Wi-Fi driver has been stopped. */ void notifyDriverStopped() { mRunState = RUN_STATE_STOPPED; // Send a driver stopped message to our handler Message.obtain(this, EVENT_DRIVER_STATE_CHANGED, DRIVER_STOPPED, 0).sendToTarget(); } Loading Loading @@ -1301,6 +1299,9 @@ public class WifiStateTracker extends NetworkStateTracker { } } break; case DRIVER_STOPPED: mRunState = RUN_STATE_STOPPED; break; case DRIVER_HUNG: Log.e(TAG, "Wifi Driver reports HUNG - reloading."); /** Loading Loading
wifi/java/android/net/wifi/WifiStateTracker.java +3 −2 Original line number Diff line number Diff line Loading @@ -601,8 +601,6 @@ public class WifiStateTracker extends NetworkStateTracker { * Send the tracker a notification that the Wi-Fi driver has been stopped. */ void notifyDriverStopped() { mRunState = RUN_STATE_STOPPED; // Send a driver stopped message to our handler Message.obtain(this, EVENT_DRIVER_STATE_CHANGED, DRIVER_STOPPED, 0).sendToTarget(); } Loading Loading @@ -1301,6 +1299,9 @@ public class WifiStateTracker extends NetworkStateTracker { } } break; case DRIVER_STOPPED: mRunState = RUN_STATE_STOPPED; break; case DRIVER_HUNG: Log.e(TAG, "Wifi Driver reports HUNG - reloading."); /** Loading