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

Commit f428be2a authored by Bin Li's avatar Bin Li Committed by elektroschmock
Browse files

Reset data stall watch dog after doing recovery



Without resetting data stall watch dog, one data
stall will lead to radio reset if there is no
data traffic after doing recovery.

Change-Id: Icc7b1e7f160cd0c8910f7132d7c2fea0d29803e5
Signed-off-by: default avatarBin Li <libin@marvell.com>
parent cc962890
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1294,6 +1294,7 @@ public abstract class DataConnectionTracker extends Handler {
                throw new RuntimeException("doRecovery: Invalid recoveryAction=" +
                throw new RuntimeException("doRecovery: Invalid recoveryAction=" +
                    recoveryAction);
                    recoveryAction);
            }
            }
            mSentSinceLastRecv = 0;
        }
        }
    }
    }