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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user