qcacmn: Add wmi APIs for multi rx reorder queue setup
Add wmi APIs for multi rx reorder queue setup to save setup time. Change-Id: I5a4c89b88b4ba076d1883edc44b075fbceca27eb CRs-Fixed: 3659035
This commit is contained in:

committed by
Ravindra Konda

parent
6dc43655d9
commit
7f2e70fcec
@@ -3755,6 +3755,18 @@ QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct rx_reorder_queue_setup_params *param);
|
||||
|
||||
/**
|
||||
* wmi_unified_peer_multi_rx_reorder_queue_setup_send() - send
|
||||
* multi rx reorder queue setup command to fw
|
||||
* @wmi_handle: wmi handle
|
||||
* @param: Multi rx reorder queue setup parameters
|
||||
*
|
||||
* Return: QDF_STATUS for success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_peer_multi_rx_reorder_queue_setup_send(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct multi_rx_reorder_queue_setup_params *param);
|
||||
|
||||
/**
|
||||
* wmi_unified_peer_rx_reorder_queue_remove_send() - send rx reorder queue
|
||||
* remove command to fw
|
||||
|
Reference in New Issue
Block a user