summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAshish Kumar Dhanotiya <adhanoti@codeaurora.org>2018-02-15 17:53:01 +0530
committerAshish Kumar Dhanotiya <adhanoti@codeaurora.org>2018-02-19 19:41:44 +0530
commit0a380b2e46658dfada9991cf2d29a494a6858b75 (patch)
treea33d760361e4abca66072e7972e829d667cef9e7 /tools/perf/scripts/python
parentd13099d5c73c35dacd871a817ea8fac8a54c1f12 (diff)
qcacld-2.0: Update MAC addresses only once
Propagation from qcacld-3.0 to qcacld-2.0 Currently MAC addresses are getting updated at the time of rx_ready indication and at the time of initialization. First time addressses are updated in when first rx_ready indication comes in hdd_update_tgt_cfg api. At the time of initialization mac addresses are getting updated from platform driver or MAC.bin. If platform driver and MAC.bin doesn't provide the addresses then addresses updated in hdd_update_tgt_cfg are used. If platform driver or MAC.bin provides MAC addresses then those addresses must be used. Currently on every rx_ready indication MAC addresses are updated, losing the addresses provided by platform driver or MAC.bin. Move the complete address management logic to hdd_initialize_mac_address api so the MAC addresses will be updated only once. Change-Id: I64910063e51c08916c9835e547ef1d7b58de33e6 CRs-Fixed: 2190513
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions