Przeglądaj źródła

qcacld-3.0: Increase the max supported sta config to 4 for HMT

Currently host does not send the max supported the sta configuration
for all targets, it is defaulted to the 3 in the firmware.
Firmware treats all the P2P DEVICE mode as sta internally so when
MLO is enabled with a legacy STA and P2P device mode the firmware
is rejecting because max sta  configuration is reached.

To support this ML_STA+STA+P2P increase the max supported the sta
configuration to 4 in the WMI_INIT_CMDID.

Change-Id: I699c370200eab673d3e035f7f6b41e3e88202401
CRs-Fixed: 3081160
Arun Kumar Khandavalli 3 lat temu
rodzic
commit
39d92a5f08
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      configs/wcn7850_defconfig

+ 3 - 0
configs/wcn7850_defconfig

@@ -3,3 +3,6 @@ CONFIG_CNSS_WCN7850 := y
 include $(WLAN_ROOT)/configs/default_defconfig
 
 CONFIG_WLAN_FEATURE_11BE := y
+
+# Max Sta Vdev Config
+CONFIG_CFG_MAX_STA_VDEVS := 4