qcacld-3.0: Send VDEV_UP command to firmware for STA interface
For STA interface, add support to send VDEV_UP command to firmware when VDEV state is transitioning to VDEV_S_UP. Change-Id: Ic8f4e8355381d915f4c1c7f6650950d7d12d9db3 CRs-Fixed: 2333297
这个提交包含在:
@@ -158,7 +158,7 @@ static QDF_STATUS sta_mlme_vdev_up_send(struct vdev_mlme_obj *vdev_mlme,
|
||||
uint16_t event_data_len,
|
||||
void *event_data)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
return wma_sta_vdev_up_send(vdev_mlme, event_data_len, event_data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户