summaryrefslogtreecommitdiff
path: root/core/utils
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-11-04 07:54:41 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-11-15 16:20:33 -0800
commit73aec072053bfd58b67fdcf5bb6f1b82d86ab719 (patch)
treec4b1386980f4bb2e6b16a69e6a277b51fc21f86e /core/utils
parentc7e0d5b4f3bd95de4e65efdbc72bdbfe2b018f04 (diff)
qcacld-3.0: Properly import lim_get_htcb_state()
Currently in lim_process_tdls.c there is a local prototype for function lim_get_htcb_state(). Having a local prototype prevents the compiler from verifying that the prototype matches the actual implementation. Update the file to remove the local prototype and to instead import the header file that defines the lim_get_htcb_state() prototype. In addition remove the local prototype for lim_populate_vht_mcs_set() since the appropriate header file is already being included. Change-Id: Ie9931f972a3126fdc08c54f497aa46ef91d746cd CRs-Fixed: 1085760
Diffstat (limited to 'core/utils')
0 files changed, 0 insertions, 0 deletions