clean up scanresults on exit from driver start state

Bug: 2934389
Change-Id: I918bb9e198aba0bdbb2be356a680789c9678e47c
This commit is contained in:
Irfan Sheriff
2010-08-19 16:30:12 -07:00
parent 004f6832d6
commit f99819e47c

View File

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