qca-wifi: Add support to send FTM responder command to target

Add support to send FTM responder command to target for  legacy devices.

Change-Id: I215f194c4540c90405f7079bc247167093cfe813
CRs-Fixed: 2781105
This commit is contained in:
Shashikala Prabhu
2020-09-21 22:03:54 +05:30
committed by Gerrit - the friendly Code Review server
parent 25c5596047
commit cb8654361b

View File

@@ -332,6 +332,8 @@ static const uint32_t vdev_param_non_tlv[] = {
[wmi_vdev_param_amsdu_subframe_size_per_ac] =
WMI_VDEV_PARAM_AMSDU_SUBFRAME_SIZE_PER_AC,
[wmi_vdev_param_sifs_trigger_rate] = WMI_VDEV_PARAM_SIFS_TRIGGER_RATE,
[wmi_vdev_param_enable_disable_rtt_responder_role] =
WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE,
};
#endif