commit | fdd2ac755dd63e96b6adf0076ccbf523b8e650e1 | [log] [tgz] |
---|---|---|
author | Manjeet Singh <manjee@codeaurora.org> | Fri Sep 02 18:11:43 2016 +0530 |
committer | qcabuildsw <qcabuildsw@localhost> | Sat Sep 10 19:05:45 2016 -0700 |
tree | bce64fb38b84e095151eb80bc4ca006291421491 | |
parent | 75c2f97be490d020f27a3b28d846a103218293e7 [diff] |
qcacld-3.0: Fix type mismatch in bitwise operator qcacld-2.0 to qcacld-3.0 propagation. Type mismatch is present in bitwise operation for TDLS specific variables in hdd_update_tgt_services. Change bitwise operation to logical as the variable in question is used like a flag and not as a bitfield. Change-Id: I63692816d0f4d867206a3d6b07363bbb054c6062 CRs-Fixed: 1017937 (cherry picked from commit d3e615b8fa6bcc58321ccc670b797fea7467ffc4)