qcacld-3.0: Enable P2P component in CLD
P2P component related files moved from hostcmn to CLD, this change adds initial functions, enables P2P in Kbuild. Change-Id: I04102a5f3e59ded13ada15b1b417ae81c7a10e90 CRs-Fixed: 2361500
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <qdf_list.h>
|
||||
#include <qdf_lock.h>
|
||||
#include <qdf_idr.h>
|
||||
#include <qdf_mc_timer.h>
|
||||
|
||||
#define MAX_QUEUE_LENGTH 20
|
||||
#define P2P_NOA_ATTR_IND 0x1090
|
||||
|
@@ -33,6 +33,7 @@ struct p2p_noa_info;
|
||||
struct p2p_lo_event;
|
||||
struct mgmt_rx_event_params;
|
||||
enum mgmt_frame_type;
|
||||
struct p2p_set_mac_filter_evt;
|
||||
|
||||
#ifdef FEATURE_P2P_LISTEN_OFFLOAD
|
||||
|
||||
|
@@ -34,6 +34,7 @@ struct p2p_mgmt_tx;
|
||||
struct p2p_ps_config;
|
||||
struct p2p_lo_start;
|
||||
struct p2p_lo_event;
|
||||
struct p2p_protocol_callbacks;
|
||||
|
||||
/**
|
||||
* p2p_rx_callback() - Callback for rx mgmt frame
|
||||
|
Reference in New Issue
Block a user