fix build DO NOT MERGE

my local change and gerritt were out of sync

Change-Id: Ie581425f0290bb78b289584067b70507d82d5a57
This commit is contained in:
Irfan Sheriff
2010-10-15 14:24:23 -07:00
parent 79f7fe2daa
commit 84510802f1

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);
}