Переглянути джерело

qcacmn: Rename serialization files

Rename wlan_serialization_legacy_mcl_api to
wlan_serialization_legacy_api for both header and c files

Change-Id: I94ed98c790a1f8f829fbc2de676dd3a0e9382b9d
CRs-Fixed: 2012863
Varun Reddy Yeturu 8 роки тому
батько
коміт
5f3eea41fb

+ 3 - 3
umac/cmn_services/serialization/inc/wlan_serialization_legacy_mcl_api.h → umac/cmn_services/serialization/inc/wlan_serialization_legacy_api.h

@@ -16,13 +16,13 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 /**
- * DOC: wlan_serialization_legacy_mcl_api.h
+ * DOC: wlan_serialization_legacy_api.h
  * This file provides prototypes of the routines needed for the
  * legacy mcl serialization to utilize the services provided by the
  * serialization component.
  */
-#ifndef __WLAN_SERIALIZATION_LEGACY_MCL_API_H
-#define __WLAN_SERIALIZATION_LEGACY_MCL_API_H
+#ifndef __WLAN_SERIALIZATION_LEGACY_API_H
+#define __WLAN_SERIALIZATION_LEGACY_API_H
 
 #include "wlan_serialization_api.h"
 

+ 2 - 2
umac/cmn_services/serialization/src/wlan_serialization_legacy_mcl_api.c → umac/cmn_services/serialization/src/wlan_serialization_legacy_api.c

@@ -16,13 +16,13 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 /**
- * DOC: wlan_serialization_legacy_mcl_api.c
+ * DOC: wlan_serialization_legacy_api.c
  * This file provides prototypes of the routines needed for the
  * legacy mcl serialization to utilize the services provided by the
  * serialization component.
  */
 
-#include "wlan_serialization_legacy_mcl_api.h"
+#include "wlan_serialization_legacy_api.h"
 #include "wlan_serialization_main_i.h"
 #include "wlan_serialization_utils_i.h"
 #include "wlan_objmgr_vdev_obj.h"