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:
Abhishek Singh
2020-04-06 15:06:57 +05:30
committed by nshrivas
parent f2d954d22e
commit 2281c2d6bb
9 changed files with 15 additions and 28 deletions

View File

@@ -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

View File

@@ -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;
}
/**