commit | fbb5452527397d27bb030244e55bdbe1c7b33b73 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Aug 29 14:25:27 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Mon Sep 11 16:21:50 2017 -0700 |
tree | 253fe8f3abaada730d547fa4f08a80a22e3b11af | |
parent | 75b737d48ccdfd623fbe087a0a0ed4f21b1fefbd [diff] |
qcacld-3.0: Replace hdd_adapter_t in wlan_hdd_p2p.[ch] 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 hdd_adapter_t typedef does not meet any of those criteria, so replace references to it with a reference to the underlying struct. Change-Id: I5be95445278bf120ddf8b1a01a6af8ddf7a0d5d7 CRs-Fixed: 2101039