qcacmn: WMI changes for setting eht op

Add WMI support for setting eht op in vdev start wmi command.

Change-Id: I7eb0e7e5ace9d78dd060e207c3227d86c3882bee
CRs-Fixed: 2858003
This commit is contained in:
Venkateswara Swamy Bandaru
2021-05-03 23:13:45 +05:30
committed by Madan Koyyalamudi
parent 770ebeb20f
commit 38f2c1baf2
3 changed files with 36 additions and 0 deletions

View File

@@ -252,6 +252,11 @@ target_if_vdev_mlme_id_2_wmi(uint32_t cfg_id)
case WLAN_MLME_CFG_HE_OPS:
wmi_id = wmi_vdev_param_set_heop;
break;
#ifdef WLAN_FEATURE_11BE
case WLAN_MLME_CFG_EHT_OPS:
wmi_id = wmi_vdev_param_set_ehtop;
break;
#endif
case WLAN_MLME_CFG_RTS_THRESHOLD:
wmi_id = wmi_vdev_param_rts_threshold;
break;