qcacmn: Add wmi ops to set rate control parameters

- Add wmi pdev param ids.
- Add wmi ops to send set retry thresold, mcs drop value
  and probe intervals.

Change-Id: Ic316337244e8fab07e7ed214c5fe62bf43a827d4
CRS-Fixed: 3126266
这个提交包含在:
Ripan Deuri
2022-01-03 15:32:56 +05:30
提交者 Madan Koyyalamudi
父节点 9630b58469
当前提交 d66625fbca
修改 3 个文件,包含 18 行新增0 行删除

查看文件

@@ -2818,6 +2818,15 @@ QDF_STATUS
QDF_STATUS
(*send_set_rate_upper_cap_cmd)(wmi_unified_t wmi_handle, uint8_t pdev_id,
struct wmi_rc_params *param);
QDF_STATUS
(*send_set_rate_retry_mcs_drop_cmd)(wmi_unified_t wmi_handle, uint8_t pdev_id,
struct wmi_rc_params *param);
QDF_STATUS
(*send_set_mcs_probe_intvl_cmd)(wmi_unified_t wmi_handle, uint8_t pdev_id,
struct wmi_rc_params *param);
QDF_STATUS
(*send_set_nss_probe_intvl_cmd)(wmi_unified_t wmi_handle, uint8_t pdev_id,
struct wmi_rc_params *param);
#endif
};