Ver Fonte

qcacld-3.0: Remove TDLS 11be MLO CAP checking

TDLS off channel will be supported by FR 80104, so remove the
checking when setting flag ENA_TDLS_OFFCHAN.

Change-Id: Iae135e835bd74e32a3f712083263192ae7cb635f
CRs-Fixed: 3545087
Paul Zhang há 1 ano atrás
pai
commit
ac2beaa8f5
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      components/tdls/core/src/wlan_tdls_main.c

+ 1 - 2
components/tdls/core/src/wlan_tdls_main.c

@@ -1393,8 +1393,7 @@ void tdls_send_update_to_fw(struct tdls_vdev_priv_obj *tdls_vdev_obj,
 	 * channel switch
 	 */
 	if (TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) &&
-	    (!tdls_chan_swit_prohibited) &&
-	    (!wlan_tdls_is_fw_11be_mlo_capable(tdls_soc_obj->soc)))
+	    (!tdls_chan_swit_prohibited))
 		tdls_info_to_fw->tdls_options = ENA_TDLS_OFFCHAN;
 
 	if (TDLS_IS_BUFFER_STA_ENABLED(tdls_feature_flags))