qcacmn: Refine struct add_ts_param
Many of the fields in struct add_ts_param use camelCase which is frowned upon by the Linux coding standard, so rename them to be compliant. Note that change I829ad0abb864f0a05047894bab9977d8529074dc ("qcacld-3.0: Align with the refined struct add_ts_param") is interdependent with this change. Change-Id: I421b670b86a7e1cecbe5a2686efefbbb6c455267 CRs-Fixed: 2433927
Esse commit está contido em:
@@ -1586,7 +1586,7 @@ static QDF_STATUS send_del_ts_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id,
|
||||
* @aggr_qos_rsp_msg - combined struct for all ADD_TS requests.
|
||||
*
|
||||
* A function to handle WMI_AGGR_QOS_REQ. This will send out
|
||||
* ADD_TS requestes to firmware in loop for all the ACs with
|
||||
* ADD_TS requests to firmware in loop for all the ACs with
|
||||
* active flow.
|
||||
*
|
||||
* Return: CDF status
|
||||
|
Referência em uma nova issue
Block a user