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
This commit is contained in:
Amruta Kulkarni
2022-03-24 11:51:42 -07:00
committed by Madan Koyyalamudi
parent a4dbb049d5
commit 08bcbf1eca
8 changed files with 11 additions and 7 deletions

View File

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

View File

@@ -34,7 +34,7 @@
* If gWlainMccToSccSwitchMode = 2: Force switch with SAP restart. * If gWlainMccToSccSwitchMode = 2: Force switch with SAP restart.
* If gWlainMccToSccSwitchMode = 3: Force switch without SAP restart. * If gWlainMccToSccSwitchMode = 3: Force switch without SAP restart.
* If gWlainMccToSccSwitchMode = 4: Switch using * 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 * If gWlainMccToSccSwitchMode = 5: Force switch without SAP restart.MCC allowed
* in exceptional cases. * in exceptional cases.
* If gWlainMccToSccSwitchMode = 6: Force Switch without SAP restart only in * If gWlainMccToSccSwitchMode = 6: Force Switch without SAP restart only in

View File

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

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2018-2020 The Linux Foundation. All rights reserved. * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2018-2020 The Linux Foundation. All rights reserved. * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved. * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved. * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the
@@ -32,7 +33,7 @@
#include <wlan_objmgr_cmn.h> #include <wlan_objmgr_cmn.h>
#include "wlan_policy_mgr_api.h" #include "wlan_policy_mgr_api.h"
#include "wlan_scan_ucfg_api.h" #include "wlan_scan_ucfg_api.h"
#include "wlan_tdls_cfg.h" #include "cfg_tdls.h"
#include "cfg_ucfg_api.h" #include "cfg_ucfg_api.h"
#include "wlan_tdls_api.h" #include "wlan_tdls_api.h"