frameworks/base
Revision | abc64938377fc9a5269de0daef6a260462baabe7 (tree) |
---|---|
Time | 2011-08-19 18:16:39 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
wifi: do not disable interface when network connection lost
@@ -1422,9 +1422,6 @@ public class WifiStateMachine extends HierarchicalStateMachine { | ||
1422 | 1422 | mDhcpStateMachine = null; |
1423 | 1423 | } |
1424 | 1424 | |
1425 | - /* Disable interface */ | |
1426 | - NetworkUtils.disableInterface(mInterfaceName); | |
1427 | - | |
1428 | 1425 | /* Reset data structures */ |
1429 | 1426 | mWifiInfo.setInetAddress(null); |
1430 | 1427 | mWifiInfo.setBSSID(null); |