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
1 file changed
tree: 2367fbb418ee8bb7a4a4077847d989950eb8a40c
  1. core/
  2. uapi/
  3. Android.mk
  4. Kbuild
  5. Kconfig
  6. Makefile
  7. README.txt