commit | d0477f2b7a088dee5f3ccfbc3eb37877a973f58b | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Mon Oct 29 12:26:25 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Oct 31 23:04:23 2018 -0700 |
tree | 35c2fdfd6cd95a6f3a29ee53522dc3b0b97c43be | |
parent | e890acc0a7dcbe05a433ec5d9361b83a9077bdf3 [diff] |
qcacld-3.0: Refactor WE_PPS_* processing One of the HDD functions with the highest cyclomatic complexity is __iw_setint_getnone(). The handing of all of the WE_PPS_* sub-ioctls has a complexity greater than 1, so refactor that logic into separate functions to help reduce the complexity of __iw_setint_getnone(). Change-Id: I2abde9c5e300302c7948049027d2db88c893211a CRs-Fixed: 2341123