Jelajahi Sumber

qcacld-3.0: Change file names to cfg_*.h

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

Change-Id: If0d12efdea21513826553b8bcee88d7161482591
CRs-Fixed: 2856357
Amruta Kulkarni 3 tahun lalu
induk
melakukan
08bcbf1eca

+ 4 - 4
components/cfg/cfg_all.h

@@ -17,7 +17,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "wlan_policy_mgr_cfg.h"
+#include "cfg_policy_mgr.h"
 #include "cfg_define.h"
 #include "cfg_converged.h"
 #include "cfg_mlme.h"
@@ -25,13 +25,13 @@
 #include "cfg_ipa.h"
 
 #ifdef CONVERGED_P2P_ENABLE
-#include "wlan_p2p_cfg.h"
+#include "cfg_p2p.h"
 #else
 #define CFG_P2P_ALL
 #endif
 
 #ifdef FEATURE_WLAN_TDLS
-#include "wlan_tdls_cfg.h"
+#include "cfg_tdls.h"
 #else
 #define CFG_TDLS_ALL
 #endif
@@ -48,7 +48,7 @@
 #include "hdd_config.h"
 #include "hdd_dp_cfg.h"
 #include "cfg_legacy_dp.h"
-#include "wlan_cfg_dlm.h"
+#include "cfg_dlm.h"
 #include "cfg_pkt_capture.h"
 
 /* Maintain Alphabetic order here while adding components */

+ 1 - 1
components/cmn_services/policy_mgr/inc/wlan_policy_mgr_cfg.h → components/cmn_services/policy_mgr/inc/cfg_policy_mgr.h

@@ -34,7 +34,7 @@
  * If gWlainMccToSccSwitchMode = 2: Force switch with SAP restart.
  * If gWlainMccToSccSwitchMode = 3: Force switch without SAP restart.
  * If gWlainMccToSccSwitchMode = 4: Switch using
- * 					fav channel(s)without SAP restart.
+ *					fav channel(s)without SAP restart.
  * If gWlainMccToSccSwitchMode = 5: Force switch without SAP restart.MCC allowed
  *					in exceptional cases.
  * If gWlainMccToSccSwitchMode = 6: Force Switch without SAP restart only in

+ 0 - 0
components/denylist_mgr/dispatcher/inc/wlan_cfg_dlm.h → components/denylist_mgr/dispatcher/inc/cfg_dlm.h


+ 1 - 1
components/p2p/core/src/wlan_p2p_main.c

@@ -35,7 +35,7 @@
 #include "wlan_p2p_main.h"
 #include "wlan_p2p_roc.h"
 #include "wlan_p2p_off_chan_tx.h"
-#include "wlan_p2p_cfg.h"
+#include "cfg_p2p.h"
 #include "cfg_ucfg_api.h"
 #include "wlan_mlme_api.h"
 

+ 1 - 0
components/p2p/dispatcher/inc/wlan_p2p_cfg.h → components/p2p/dispatcher/inc/cfg_p2p.h

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

+ 1 - 0
components/tdls/dispatcher/inc/wlan_tdls_cfg.h → components/tdls/dispatcher/inc/cfg_tdls.h

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

+ 1 - 0
components/tdls/dispatcher/inc/wlan_tdls_ucfg_api.h

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

+ 2 - 1
components/tdls/dispatcher/src/wlan_tdls_ucfg_api.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-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
@@ -32,7 +33,7 @@
 #include <wlan_objmgr_cmn.h>
 #include "wlan_policy_mgr_api.h"
 #include "wlan_scan_ucfg_api.h"
-#include "wlan_tdls_cfg.h"
+#include "cfg_tdls.h"
 #include "cfg_ucfg_api.h"
 #include "wlan_tdls_api.h"