qcacmn: dfs_ioctl header file is moved to common services

dfs_ioctl header file is used by both mlme and dfs module.

Change-Id: Iafe0e38a97454418444e6489439f375d26928fe2
CRs-Fixed: 2001106
This commit is contained in:
Abhijit Pradhan
2017-04-06 16:05:44 +05:30
committed by Sandeep Puligilla
parent a405eb741b
commit 32eb664610
5 changed files with 6 additions and 6 deletions

View File

@@ -48,6 +48,9 @@
#define DFS_GET_CAC_VALID_TIME 20 #define DFS_GET_CAC_VALID_TIME 20
#define DFS_SET_CAC_VALID_TIME 21 #define DFS_SET_CAC_VALID_TIME 21
#define DFS_SHOW_NOLHISTORY 22 #define DFS_SHOW_NOLHISTORY 22
#define DFS_SECOND_SEGMENT_BANGRADAR 23
#define DFS_SHOW_PRECAC_LISTS 24
#define DFS_RESET_PRECAC_LISTS 25
/* /*
* Spectral IOCTLs use DFS_LAST_IOCTL as the base. * Spectral IOCTLs use DFS_LAST_IOCTL as the base.

View File

@@ -30,9 +30,9 @@
#include <qdf_time.h> #include <qdf_time.h>
#include <qdf_timer.h> #include <qdf_timer.h>
#include <dfs_ioctl.h>
#include "dfs_structs.h" #include "dfs_structs.h"
#include "dfs_channel.h" #include "dfs_channel.h"
#include "dfs_ioctl.h"
#include "dfs_ioctl_private.h" #include "dfs_ioctl_private.h"
#include <i_qdf_types.h> /* For qdf_packed*/ #include <i_qdf_types.h> /* For qdf_packed*/
#include <queue.h> /* For STAILQ_ENTRY */ #include <queue.h> /* For STAILQ_ENTRY */

View File

@@ -33,10 +33,6 @@
#include "dfs.h" #include "dfs.h"
#define DFS_SECOND_SEGMENT_BANGRADAR 23
#define DFS_SHOW_PRECAC_LISTS 24
#define DFS_RESET_PRECAC_LISTS 25
#define VHT160_IEEE_FREQ_DIFF 16 #define VHT160_IEEE_FREQ_DIFF 16
#define TARGET_TYPE_AR900B 9 #define TARGET_TYPE_AR900B 9
#define TARGET_TYPE_QCA9984 10 #define TARGET_TYPE_QCA9984 10

View File

@@ -22,6 +22,7 @@
* various ioctls to set and get radar detection thresholds. * various ioctls to set and get radar detection thresholds.
*/ */
#include <dfs_ioctl.h>
#include "../dfs_zero_cac.h" #include "../dfs_zero_cac.h"
#include "wlan_dfs_lmac_api.h" #include "wlan_dfs_lmac_api.h"
#include "wlan_dfs_mlme_api.h" #include "wlan_dfs_mlme_api.h"

View File

@@ -26,9 +26,9 @@
* NOL when its time is up. * NOL when its time is up.
*/ */
#include <dfs_ioctl.h>
#include "../dfs.h" #include "../dfs.h"
#include "../dfs_channel.h" #include "../dfs_channel.h"
#include "../dfs_ioctl.h"
#include "../dfs_ioctl_private.h" #include "../dfs_ioctl_private.h"
#include "qdf_time.h" #include "qdf_time.h"
#include "wlan_dfs_mlme_api.h" #include "wlan_dfs_mlme_api.h"