commit | f772687a8c01e888800d7d5df577f60676b02c6d | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Mon Aug 28 11:38:31 2017 -0700 |
committer | Jeff Johnson <jjohnson@codeaurora.org> | Sun Sep 10 14:45:54 2017 -0700 |
tree | bcb3cc783e592310488babab3fcacc4a415edf58 | |
parent | 5eb1e68b33895faed8b3ba7b92533ee9e102b63b [diff] |
qcacld-3.0: Replace hdd_context_t in wlan_hdd_softap_tx_rx.c 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: I4d204f1fc4ef0c8d2d2664544ca470d1f31099aa CRs-Fixed: 2100159