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
This commit is contained in:

committed by
Rahul Choudhary

szülő
cfd8da1768
commit
ac2beaa8f5
@@ -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))
|
||||
|
Reference in New Issue
Block a user