commit | 66ee8a92fe2965a632ba83c7680b30d2c801eb11 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sat Mar 17 15:24:26 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Mar 19 19:57:58 2018 -0700 |
tree | 36f10c6cebc62bf94e13c13a7709a86dd8508092 | |
parent | bb3517f917e5e66130d1afa2b75ee7880273b9ca [diff] |
qcacld-3.0: Replace typedef tCsrRoamProfile The Linux Coding Style enumerates a few special cases where typedefs are useful, but stresses "NEVER EVER use a typedef unless you can clearly match one of those rules." The tCsrRoamProfile typedef does not meet any of those criteria, so replace references to it with a reference to the underlying struct. Change-Id: Ie78bc34c5c39a56058d0daa0240047ec67392ab3 CRs-Fixed: 2207843