qcacld-3.0: remove dependency of public files from wlan_objmgr_psoc_obj.h
Remove dependency of wlan_lmac_if_def headerfiles from wlan_objmgr_psoc_obj.h Change-Id: I5f6120a97be3ae6835023ceaef455088820809de CRs-Fixed: 2657771
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <qdf_lock.h>
|
||||
#include <qdf_idr.h>
|
||||
#include <qdf_mc_timer.h>
|
||||
#include <wlan_scan_public_structs.h>
|
||||
|
||||
#define MAX_QUEUE_LENGTH 20
|
||||
#define P2P_NOA_ATTR_IND 0x1090
|
||||
|
@@ -46,7 +46,7 @@
|
||||
static inline struct wlan_lmac_if_p2p_tx_ops *
|
||||
p2p_psoc_get_tx_ops(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return &psoc->soc_cb.tx_ops.p2p;
|
||||
return &psoc->soc_cb.tx_ops->p2p;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user