Merge "clean up scanresults on exit from driver start state"

This commit is contained in:
Irfan Sheriff
2010-08-19 16:40:49 -07:00
committed by Android (Google) Code Review

View File

@@ -2750,6 +2750,7 @@ public class WifiStateMachine extends HierarchicalStateMachine {
try {
mBatteryStats.noteWifiStopped();
} catch (RemoteException ignore) { }
mScanResults = null;
}
}