summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-11-04 06:53:58 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-11-15 16:20:35 -0800
commit9ed5cadba0dad70c5cfd45c19f79abfcb31db0e3 (patch)
tree7e131a612074bf49bfa88955fc774ca8c8a0368d /Makefile
parenta406b7121d35f693b92df74ad65e21be36a9c8f7 (diff)
qcacld-3.0: Make LIM TDLS "populate" functions static
lim_process_tdls.c defines the following "populate" functions: populate_dot11f_link_iden() populate_dot11f_tdls_ext_capability() populate_dot11f_tdls_offchannel_params() Currently these are defined to be global functions. Since these functions are only used internally within lim_process_tdls.c and since they don't follow the naming convention for LIM public functions, make them static. In addition relocate them in the file so that the existing forward reference prototypes are not needed. Change-Id: I24452973cae7fed83efc26341eb66765fa19f7a5 CRs-Fixed: 1085760
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions