Browse Source

qcacmn: Change file names to cfg_*.h

Change file names from wlan_cfg_*.h to cfg_*.h

Change-Id: Id89dc307c08fc55f1777794453f2168755b5506d
CRs-Fixed: 2856372
Amruta Kulkarni 4 years ago
parent
commit
2ea97ac985

+ 4 - 4
cfg/inc/cfg_converged.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2018-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
@@ -23,11 +23,11 @@
 #ifndef __CFG_CONVERGED_H
 #define __CFG_CONVERGED_H
 
-#include <wlan_scan_cfg.h>
+#include <cfg_scan.h>
 #include "cfg_mlme_score_params.h"
 #include "cfg_dp.h"
 #include "cfg_hif.h"
-#include <wlan_extscan_cfg.h>
+#include <cfg_extscan.h>
 #ifdef WLAN_SUPPORT_GREEN_AP
 #include "cfg_green_ap_params.h"
 #else
@@ -35,7 +35,7 @@
 #endif
 #include <cfg_spectral.h>
 #ifdef DCS_INTERFERENCE_DETECTION
-#include "wlan_dcs_cfg.h"
+#include "cfg_dcs.h"
 #else
 #define CFG_DCS_ALL
 #endif

+ 1 - 1
umac/dcs/dispatcher/inc/wlan_dcs_cfg.h → umac/dcs/dispatcher/inc/cfg_dcs.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2020-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 above

+ 2 - 2
umac/dcs/dispatcher/src/wlan_dcs_init_deinit_api.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2020-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 above
@@ -20,7 +20,7 @@
 
 #include "wlan_dcs_init_deinit_api.h"
 #include "../../core/src/wlan_dcs.h"
-#include "wlan_dcs_cfg.h"
+#include "cfg_dcs.h"
 #include "cfg_ucfg_api.h"
 
 /**

+ 1 - 1
umac/scan/core/src/wlan_scan_main.h

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

+ 1 - 1
umac/scan/core/src/wlan_scan_manager.c

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

+ 3 - 3
umac/scan/dispatcher/inc/wlan_extscan_cfg.h → umac/scan/dispatcher/inc/cfg_extscan.h

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

+ 0 - 0
umac/scan/dispatcher/inc/wlan_scan_cfg.h → umac/scan/dispatcher/inc/cfg_scan.h