qcacld-3.0: Rename osif files and functions for connection manager

The naming of the osif files and functions is not correct as
these files and functions include wlan_cfg80211 as prefix
instead of osif.
Correct file name and function name should contain the component
name first, followed by feature name followed by method.

Change-Id: I26a592de71bbde0f731436acb970778c85d19226
CRs-Fixed: 2786807
This commit is contained in:
Ashish Kumar Dhanotiya
2020-09-28 14:20:42 +05:30
committato da snandini
parent ccc0edaa0a
commit 80759aa660

11
Kbuild
Vedi File

@@ -860,12 +860,11 @@ OS_IF_OBJ += $(OS_IF_DIR)/linux/wlan_osif_request_manager.o \
$(OS_IF_DIR)/linux/crypto/src/wlan_nl_to_crypto_params.o
ifeq ($(CONFIG_CM_ENABLE), y)
OS_IF_OBJ += $(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_util.o \
$(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_connect_rsp.o \
$(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_disconnect_rsp.o \
$(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_disconnect_rsp.o \
$(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_req.o \
$(OS_IF_DIR)/linux/mlme/src/wlan_cfg80211_cm_roam_rsp.o
OS_IF_OBJ += $(OS_IF_DIR)/linux/mlme/src/osif_cm_util.o \
$(OS_IF_DIR)/linux/mlme/src/osif_cm_connect_rsp.o \
$(OS_IF_DIR)/linux/mlme/src/osif_cm_disconnect_rsp.o \
$(OS_IF_DIR)/linux/mlme/src/osif_cm_req.o \
$(OS_IF_DIR)/linux/mlme/src/osif_cm_roam_rsp.o
endif
CONFIG_CRYPTO_COMPONENT := y