qcacmn: Change file names to cfg_*.h
Change file names from wlan_cfg_*.h to cfg_*.h Change-Id: Id89dc307c08fc55f1777794453f2168755b5506d CRs-Fixed: 2856372
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
005e1f3dd7
کامیت
2ea97ac985
@@ -30,7 +30,7 @@
|
||||
#include <wlan_scan_public_structs.h>
|
||||
#include "wlan_scan_cache_db.h"
|
||||
#include "wlan_scan_11d.h"
|
||||
#include "wlan_scan_cfg.h"
|
||||
#include "cfg_scan.h"
|
||||
|
||||
#define scm_alert(params...) \
|
||||
QDF_TRACE_FATAL(QDF_MODULE_ID_SCAN, params)
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include <wlan_policy_mgr_api.h>
|
||||
#endif
|
||||
#include <wlan_dfs_utils_api.h>
|
||||
#include <wlan_scan_cfg.h>
|
||||
#include <cfg_scan.h>
|
||||
|
||||
QDF_STATUS
|
||||
scm_scan_free_scan_request_mem(struct scan_start_request *req)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. 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
|
||||
@@ -19,8 +19,8 @@
|
||||
/**
|
||||
* DOC: This file contains centralized definitions of EXTSCAN component
|
||||
*/
|
||||
#ifndef _WLAN_EXTSCAN_CONFIG_H_
|
||||
#define _WLAN_EXTSCAN_CONFIG_H_
|
||||
#ifndef _CONFIG_EXTSCAN_H_
|
||||
#define _CONFIG_EXTSCAN_H_
|
||||
|
||||
#include "cfg_define.h"
|
||||
|
مرجع در شماره جدید
Block a user