qcacmn: Cache ARP/NS offload request at wma layer
qcacld-2.0 to qcacmn propagation As Current WMI interface need both the ARP/NS configuration in single command. To support active offload host need to cache the ARP/NS at wma layer so host can fill the other request and configure down to firmware complete request (ARP+NS). Change-Id: Ie0a57d216379817ff0ae48f4f582c9108e8ecca1 CRs-Fixed: 1067683
This commit is contained in:
@@ -3141,14 +3141,16 @@ QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_enable_arp_ns_offload_cmd(void *wmi_hdl,
|
||||
struct host_offload_req_param *param, bool arp_only,
|
||||
struct host_offload_req_param *arp_offload_req,
|
||||
struct host_offload_req_param *ns_offload_req,
|
||||
bool arp_only,
|
||||
uint8_t vdev_id)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_enable_arp_ns_offload_cmd)
|
||||
return wmi_handle->ops->send_enable_arp_ns_offload_cmd(wmi_handle,
|
||||
param, arp_only,
|
||||
arp_offload_req, ns_offload_req, arp_only,
|
||||
vdev_id);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
|
Reference in New Issue
Block a user