commit | e50951c939d48cc121db7e856e4fb5d4bc99e027 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Nov 13 12:20:23 2018 -0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Nov 16 01:03:45 2018 -0800 |
tree | 15c113962642518fd6732f48b81968a7a0152489 | |
parent | 0adef8fc0c4a9530da2c04c82cec67e15ee3a3c4 [diff] |
qcacld-3.0: Refactor WE_SET_SCAN_DISABLE ioctl processing One of the HDD functions with the highest cyclomatic complexity is __iw_setint_getnone(). In order to reduce the complexity there is a plan to replace the existing switch with a vtable. As part of that goal refactor the WE_SET_SCAN_DISABLE ioctl handling into a separate function. Change-Id: I412098141c3d4664c24ef40d10d0372051b19b6b CRs-Fixed: 2350068