qcacmn: Add support to set MAC address command in WMI

As part of new enhancements, driver is supporting MAC address update
after VDE creation in the FW. To support this feature add WMI support
to send MAC address command to the FW.

Change-Id: Ie4b7291520793c8aa501fefccaf7b91ab22e9054
CRs-Fixed: 3084119
This commit is contained in:
Bapiraju Alla
2021-11-29 05:56:28 -08:00
committed by Madan Koyyalamudi
parent 16219ce7ce
commit 707fb8a2f8
5 changed files with 106 additions and 0 deletions

View File

@@ -2789,6 +2789,11 @@ QDF_STATUS
(*extract_inst_rssi_stats_resp)(wmi_unified_t wmi_handle, void *evt_buf,
struct wmi_host_inst_rssi_stats_resp *inst_rssi_resp);
#endif
#ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
QDF_STATUS (*send_set_mac_address_cmd)(wmi_unified_t wmi,
struct set_mac_addr_params *params);
#endif
};
/* Forward declartion for psoc*/