瀏覽代碼

qcacmn: Add WMI support for RU26 intollerent setting

Add WMI support for RU26 intollerent setting.

Change-Id: Ib42574f9345b16552346bb5e9e991ae14c2c355b
CRs-Fixed: 2308038
Venkateswara Swamy Bandaru 7 年之前
父節點
當前提交
c990641b28
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      wmi_unified_tlv.c

+ 3 - 0
wmi_unified_tlv.c

@@ -23156,6 +23156,9 @@ static void populate_pdev_param_tlv(uint32_t *pdev_param)
 		WMI_PDEV_PARAM_ANTENNA_GAIN_HALF_DB;
 	pdev_param[wmi_pdev_param_esp_indication_period] =
 				WMI_PDEV_PARAM_ESP_INDICATION_PERIOD;
+#ifdef WLAN_RU26_SUPPORT
+	pdev_param[wmi_pdev_param_ru26_allowed] = WMI_PDEV_PARAM_RU26_ALLOWED;
+#endif
 }
 
 /**