Skip to content
Snippets Groups Projects
Commit 39efd7a9 authored by Ecco Park's avatar Ecco Park Committed by Dmitry Shmidt
Browse files

net: wireless: bcmdhd: Set random mac for RTT


Bug: 21372067

Change-Id: I54ea42a77e8c69011fa71755b0bc08e11919ee43
Signed-off-by: default avatarEcco Park <eccopark@broadcom.com>
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 6577fb45
Branches
Tags
No related merge requests found
...@@ -1414,6 +1414,8 @@ dhd_rtt_start(dhd_pub_t *dhd) ...@@ -1414,6 +1414,8 @@ dhd_rtt_start(dhd_pub_t *dhd)
} }
} }
/* use random mac address */
dhd_set_rand_mac_oui(dhd);
dhd_rtt_ftm_config(dhd, FTM_DEFAULT_SESSION, FTM_CONFIG_CAT_GENERAL, dhd_rtt_ftm_config(dhd, FTM_DEFAULT_SESSION, FTM_CONFIG_CAT_GENERAL,
ftm_params, ftm_param_cnt); ftm_params, ftm_param_cnt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment