qcacmn: Add support to configure rate mask to cap phy rate
This will help to configure desired rate mask. It can be used to optimize link performance. Change-Id: I15b6fbc512d9b0869a6ad6a6f24f1593abf14dae CRs-Fixed: 2758871
This commit is contained in:

committed by
snandini

parent
bf0f1c90b3
commit
904b8cb53b
@@ -46,6 +46,7 @@ send_vdev_config_ratemask_cmd_tlv(struct wmi_unified *wmi_handle,
|
||||
cmd->mask_lower32 = param->lower32;
|
||||
cmd->mask_higher32 = param->higher32;
|
||||
cmd->mask_lower32_2 = param->lower32_2;
|
||||
cmd->mask_higher32_2 = param->higher32_2;
|
||||
|
||||
wmi_mtrace(WMI_VDEV_RATEMASK_CMDID, cmd->vdev_id, 0);
|
||||
if (wmi_unified_cmd_send(wmi_handle, buf, len,
|
||||
|
Reference in New Issue
Block a user