qcacmn: Add function pointer declaration for sta max pwr limit

Add the function pointer 'send_set_sta_max_pwr_table_cmd'. The
corresponding function sets max tx power limit for each sta

The function pointer mentioned above calls the
send_set_sta_max_pwr_table_cmd_tlv API to fill the each STA max power
values in appropriate WMI structure and sends to the FW.

Change-Id: I62cba94645e942fb63415d81cd9c2a1f5be3f47e
CRs-Fixed: 3399241
This commit is contained in:
Jithender Miryala
2023-02-07 17:50:30 +05:30
committed by Madan Koyyalamudi
parent b9bdf95319
commit c042d60f04

View File

@@ -1401,6 +1401,10 @@ QDF_STATUS (*send_peer_update_wds_entry_cmd)(wmi_unified_t wmi_handle,
QDF_STATUS (*send_set_ctl_table_cmd)(wmi_unified_t wmi_handle,
struct ctl_table_params *param);
QDF_STATUS
(*send_set_sta_max_pwr_table_cmd)(wmi_unified_t wmi_handle,
struct sta_max_pwr_table_params *param);
QDF_STATUS (*send_set_mimogain_table_cmd)(wmi_unified_t wmi_handle,
struct mimogain_table_params *param);