commit | af5452884b7b5d6f3e91d6540a41f4344613c5aa | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Mon Apr 01 12:18:59 2019 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Apr 05 11:18:25 2019 -0700 |
tree | 85fcd25b1fc0c103e8a0561dcf35e78864e692c9 | |
parent | d96984818952027e387b0763950f816b3e034e22 [diff] |
qcacld-3.0: Replace typedef tSirWifiIfaceStat 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 tSirWifiIfaceStat typedef does not meet any of those criteria, so replace it (and the "tp" variant) with a properly named struct. Change-Id: I70f0e8c038d061cb201b52ce07097c68bcb93346 CRs-Fixed: 2428989