Merge "fix build DO NOT MERGE" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e08a98541
@@ -1287,7 +1287,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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user