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:

committed by
Sandeep Puligilla

parent
a405eb741b
commit
32eb664610
@@ -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.
|
@@ -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 */
|
||||||
|
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user