qcacmn: Move out spectral DA files

* Move spectral DA files to a DA specific directory.
   The new DA specific directory will be under a new git root.
 * DA:- Direct Attach

Change-Id: Ifd1325bd822015a894ff2a67ed4b53dae24e4a28
This commit is contained in:
Visudha Sathurappan
2018-10-09 17:17:33 +05:30
committed by nshrivas
parent e72b7f7e4c
commit 7a1c814bc7
4 changed files with 7 additions and 89 deletions

View File

@@ -18,11 +18,11 @@
*/
#include "spectral_cmn_api_i.h"
#include "spectral_da_api_i.h"
#include "spectral_ol_api_i.h"
#include <qdf_mem.h>
#include <qdf_types.h>
#ifdef CONFIG_WIN
#include "spectral_da_api_i.h"
#include <osif_private.h>
#include <wlan_mlme_dispatcher.h>
#endif /*CONFIG_WIN*/