Merge "fix build DO NOT MERGE" into gingerbread

This commit is contained in:
Irfan Sheriff
2010-10-15 14:30:36 -07:00
committed by Android (Google) Code Review

View File

@ -1287,7 +1287,7 @@ public class WifiStateTracker extends NetworkStateTracker {
*/
setNumAllowedChannels();
synchronized (this) {
String macaddr = WifiNative.getMacAddressCommand();
macaddr = WifiNative.getMacAddressCommand();
if (macaddr != null) {
mWifiInfo.setMacAddress(macaddr);
}