commit | deab857b1b393e2ff5f7c20ea26ac9890c01b0c8 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Nov 13 15:29:53 2018 -0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Nov 16 01:04:02 2018 -0800 |
tree | 438a089a3b17b261f00305fb7304ac822ff27c4b | |
parent | b43ec12eb5925f4c2a3aa8771f3b5265c055b83f [diff] |
qcacld-3.0: Change hdd_we_set_11d_state() signature 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 update hdd_we_set_11d_state() to conform with a consistent int()(adapter, value) signature. Change-Id: I96a7424630ffc9fd3a8713d980fe6efad4a7be05 CRs-Fixed: 2350071