commit | 7aeb95b6483fd6b7c4f7f637903eb93f1a70e78d | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Mon Aug 28 12:06:33 2017 -0700 |
committer | Jeff Johnson <jjohnson@codeaurora.org> | Sun Sep 10 14:48:18 2017 -0700 |
tree | de70d9ca874876313345b26e0fdf80600730bd7c | |
parent | f772687a8c01e888800d7d5df577f60676b02c6d [diff] |
qcacld-3.0: Replace hdd_context_t in wlan_hdd_cfg80211.[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_context_t typedef does not meet any of those criteria, so replace references to it with a reference to the underlying struct. Change-Id: I996f41049c1be0e37f27a8c9a032d69f5c58a390 CRs-Fixed: 2100208