|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2018-2019 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
|
|
@@ -26,7 +26,11 @@
|
|
|
#include <wlan_scan_cfg.h>
|
|
|
#include "cfg_dp.h"
|
|
|
#include <wlan_extscan_cfg.h>
|
|
|
+#ifdef WLAN_SUPPORT_GREEN_AP
|
|
|
#include "cfg_green_ap_params.h"
|
|
|
+#else
|
|
|
+#define CFG_GREEN_AP_ALL
|
|
|
+#endif
|
|
|
#include <cfg_spectral.h>
|
|
|
|
|
|
#define CFG_CONVERGED_ALL \
|