am 7648bd1f: Merge change Ibb5626c5 into eclair
Merge commit '7648bd1f0005b869e87708b62442a8ad9884266a' into eclair-plus-aosp * commit '7648bd1f0005b869e87708b62442a8ad9884266a': Stop bringing the wifi interface up on reset.
This commit is contained in:
@@ -1250,9 +1250,8 @@ public class WifiStateTracker extends NetworkStateTracker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NetworkUtils.disableInterface(mInterfaceName);
|
NetworkUtils.disableInterface(mInterfaceName);
|
||||||
if (reenable) {
|
// we no longer net to start the interface (driver does this for us)
|
||||||
NetworkUtils.enableInterface(mInterfaceName);
|
// and it led to problems - removed.
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user