qcacld-3.0: Add support to configure ito repeat count
Currently there is no support to configure ito repeat count when driver enters into wow mode. Add support to configure ito repeat count with ini gItoRepeatCount when driver enters into wow mode. CRs-fixed: 2419137 Change-Id: I62d7e7df12342e9743c26e0147851347214a9ce7
这个提交包含在:
@@ -60,6 +60,9 @@ QDF_STATUS target_if_pmo_send_vdev_update_param_req(
|
||||
case pmo_vdev_param_inactivity_time:
|
||||
param_id = WMI_STA_PS_PARAM_INACTIVITY_TIME;
|
||||
break;
|
||||
case pmo_vdev_param_ito_repeat_count:
|
||||
param_id = WMI_STA_PS_PARAM_MAX_RESET_ITO_COUNT_ON_TIM_NO_TXRX;
|
||||
break;
|
||||
default:
|
||||
target_if_err("invalid vdev param id %d", param_id);
|
||||
return QDF_STATUS_E_INVAL;
|
||||
|
在新工单中引用
屏蔽一个用户