Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf66f587 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

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

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

* commit '4e08a985':
  fix build DO NOT MERGE
parents e35cd5f5 4e08a985
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,7 @@ public class WifiStateTracker extends NetworkStateTracker {
                     */
                    setNumAllowedChannels();
                    synchronized (this) {
                        String macaddr = WifiNative.getMacAddressCommand();
                        macaddr = WifiNative.getMacAddressCommand();
                        if (macaddr != null) {
                            mWifiInfo.setMacAddress(macaddr);
                        }