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
This commit is contained in:
Varun Reddy Yeturu
2017-02-28 10:32:00 -08:00
zatwierdzone przez qcabuildsw
rodzic 72de3d95c8
commit 5f3eea41fb
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@@ -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"

Wyświetl plik

@@ -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"