Merge "In releaseWifiLockLocked call noteReleaseWifiLock." into ics-mr0

This commit is contained in:
Wink Saville
2011-10-13 17:40:01 -07:00
committed by Android (Google) Code Review

View File

@@ -1402,7 +1402,7 @@ public class WifiService extends IWifiManager.Stub {
long ident = Binder.clearCallingIdentity();
try {
if (hadLock) {
noteAcquireWifiLock(wifiLock);
noteReleaseWifiLock(wifiLock);
switch(wifiLock.mMode) {
case WifiManager.WIFI_MODE_FULL:
++mFullLocksReleased;