qcacld-3.0: Move Reassociation utils into a separate file

Move all the reassociation related utilities to a separate
file for easy maintenance across different projects

CRs-Fixed: 978905
Change-Id: I86809ac48659dc91222624fec616bab6533d75dd
This commit is contained in:
Varun Reddy Yeturu
2016-02-11 07:10:22 -08:00
committato da Gerrit - the friendly Code Review server
parent c3843188c5
commit 99ff7f0b1a
6 ha cambiato i file con 565 aggiunte e 541 eliminazioni

1
Kbuild
Vedi File

@@ -401,6 +401,7 @@ MAC_LIM_OBJS := $(MAC_SRC_DIR)/pe/lim/lim_aid_mgmt.o \
$(MAC_SRC_DIR)/pe/lim/lim_admit_control.o \
$(MAC_SRC_DIR)/pe/lim/lim_api.o \
$(MAC_SRC_DIR)/pe/lim/lim_assoc_utils.o \
$(MAC_SRC_DIR)/pe/lim/lim_reassoc_utils.o \
$(MAC_SRC_DIR)/pe/lim/lim_debug.o \
$(MAC_SRC_DIR)/pe/lim/lim_ft.o \
$(MAC_SRC_DIR)/pe/lim/lim_ft_preauth.o \