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
这个提交包含在:
@@ -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
|
||||
};
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户