qcacmn: Don't include policy manager headerfile

Logic of checking concurrent vdev while sending
pd threshold command is removed from mlme as it
is handled while concurrenct vdev up and down. So,
we don't need to include policy mgr headerfiles in
vdev_mlme file as no policy manager function is invoked
from mlme.

Change-Id: Iec307437d929df5dceb58bf931fd20fa29b55550
CRs-Fixed: 3313112
This commit is contained in:
Sheenam Monga
2022-10-14 02:54:48 -07:00
committed by Madan Koyyalamudi
parent c7964d96d6
commit f390986aac

View File

@@ -27,8 +27,6 @@
#include <include/wlan_mlme_cmn.h> #include <include/wlan_mlme_cmn.h>
#include <qdf_module.h> #include <qdf_module.h>
#include "wlan_objmgr_vdev_obj.h" #include "wlan_objmgr_vdev_obj.h"
#include "wlan_policy_mgr_api.h"
#include "wlan_policy_mgr_i.h"
struct vdev_mlme_obj *wlan_vdev_mlme_get_cmpt_obj(struct wlan_objmgr_vdev *vdev) struct vdev_mlme_obj *wlan_vdev_mlme_get_cmpt_obj(struct wlan_objmgr_vdev *vdev)
{ {