am 4e08a985: Merge "fix build DO NOT MERGE" into gingerbread

Merge commit '4e08a985418f581b4ca8c46316c85defd7b173cd' into gingerbread-plus-aosp

* commit '4e08a985418f581b4ca8c46316c85defd7b173cd':
  fix build DO NOT MERGE
This commit is contained in:
Irfan Sheriff
2010-10-15 18:24:37 -07:00
committed by Android Git Automerger

View File

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