qcacmn: Rename files with blacklist/whitelist

Rename files with  blacklist/whitelist to denylist/
whitelist. Rename files with blm to dlm.

Change-Id: I6f533c30c664aaaf713cdd2e2e34f9528df139b5
CRs-Fixed: 3099867
Cette révision appartient à :
chunquan
2021-12-23 19:28:50 +08:00
révisé par Madan Koyyalamudi
Parent fbf1e82c6b
révision bc71eff483
4 fichiers modifiés avec 7 ajouts et 6 suppressions

Voir le fichier

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013-2014, 2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -23,10 +24,10 @@
* indicated version does not break WMI compatibility even though it has
* a minor version change.
*/
#ifndef _WMI_VERSION_WHITELIST_H_
#define _WMI_VERSION_WHITELIST_H_
#ifndef _WMI_VERSION_ALLOWLIST_H_
#define _WMI_VERSION_ALLOWLIST_H_
static wmi_whitelist_version_info version_whitelist[] = {
{0, 0, 0x5F414351, 0x00004C4D, 0, 0}
/* Placeholder: Major=0, Minor=0, Namespace="QCA_ML" (Dummy entry) */
};
#endif /* _WMI_VERSION_WHITELIST_H_ */
#endif /* _WMI_VERSION_ALLOWLIST_H_ */

Voir le fichier

@@ -21,7 +21,7 @@
#include "wmi.h"
#include "wmi_version.h"
#include "wmi_unified_priv.h"
#include "wmi_version_whitelist.h"
#include "wmi_version_allowlist.h"
#include <qdf_module.h>
#include <wlan_defs.h>
#include <wlan_cmn.h>