commit | f336902021928ee7b302018791d5f6d6f38fa196 | [log] [tgz] |
---|---|---|
author | Gurumoorthi Gnanasambandhan <gguru@codeaurora.org> | Wed Nov 13 13:35:24 2019 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Nov 18 14:09:18 2019 -0800 |
tree | 405a8a8ab08dcc59e4aadd6af9dbe532da306415 | |
parent | 74a2f413df972aa5b9bacf94d68b07578060ba85 [diff] |
qcacmn: Rewrite util_gen_new_bssid functionality qdf_do_div is not helping for modulo operation and always returns 0 in 32 bit image resulting in same base BSSID is always returned for all the VAP's.With 64 bit image no issues are seen. Change-Id: I50e500f57713ce080447b9a5cb1e615018222adb CRs-Fixed: 2565183