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