commit | 84b728464abd2f82d1b795c061cabe28bb442b60 | [log] [tgz] |
---|---|---|
author | Pragaspathi Thilagaraj <tpragasp@codeaurora.org> | Wed Sep 19 22:06:57 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Sep 26 16:58:34 2018 -0700 |
tree | 995c947cdb70723eac7b5fe9834d39827b292858 | |
parent | 05d81303114d69e45dc671921ecad917c5e4219e [diff] |
qcacld-3.0: Check for zero mac during hdd adapter open When zero mac address is configured on nvram, the hdd_open_adapter accepts the value and passes this zero mac to csr_session_open where the self mac address is stored as zero value mac and peer creation is done with the same. When peer delete is sent to firmware with this mac, firmware asserts. Add check to validate mac address value is not zero. Change-Id: I077c29c98ef4e1b11e4c587224acd4405629fa83 CRs-Fixed: 2310499