qcacmn: Enable VDEV response wakelock
Enable VDEV response converged wakelock logic. Change-Id: I67917d5798d9279cb104d0e7ff2cbe26365658c1 CRs-Fixed: 2738667
This commit is contained in:

committed by
snandini

orang tua
19b1248241
melakukan
9c7c6259ca
@@ -219,19 +219,18 @@ tgt_psoc_get_wakelock_info(struct wlan_objmgr_psoc *psoc)
|
||||
|
||||
psoc_mlme = mlme_psoc_get_priv(psoc);
|
||||
if (!psoc_mlme) {
|
||||
mlme_err("VDEV_%d: VDEV_MLME is NULL", wlan_vdev_get_id(psoc));
|
||||
mlme_err("PSOC_MLME is NULL");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return &psoc_mlme->psoc_wakelock;
|
||||
return &psoc_mlme->psoc_mlme_wakelock;
|
||||
}
|
||||
|
||||
static inline void
|
||||
tgt_psoc_reg_wakelock_info_rx_op(struct wlan_lmac_if_mlme_rx_ops
|
||||
*mlme_rx_ops)
|
||||
{
|
||||
mlme_rx_ops->psoc_get_wakelock_info =
|
||||
tgt_psoc_get_wakelock_info;
|
||||
mlme_rx_ops->psoc_get_wakelock_info = tgt_psoc_get_wakelock_info;
|
||||
}
|
||||
#else
|
||||
static inline void
|
||||
|
Reference in New Issue
Block a user