Sfoglia il codice sorgente

qcacld-3.0: Clear MLO cap bit on disconnect complete

When disconnect completes, clear the MLO capability bit. This ensures
that a legacy connection can happen successfully after an ML connection.

Change-Id: I7eca69b8a0b0f7018326681be14197b3482e859d
CRs-fixed: 3049289
Lincoln Tran 3 anni fa
parent
commit
cf1c203b71
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      core/hdd/src/wlan_hdd_cm_disconnect.c

+ 2 - 0
core/hdd/src/wlan_hdd_cm_disconnect.c

@@ -324,6 +324,8 @@ hdd_cm_disconnect_complete_pre_user_update(struct wlan_objmgr_vdev *vdev,
 
 	hdd_handle_disassociation_event(adapter, &rsp->req.req.bssid);
 
+	wlan_vdev_mlme_feat_ext2_cap_clear(vdev, WLAN_VDEV_FEXT2_MLO);
+
 	wlan_rec_conn_info(adapter->vdev_id, DEBUG_CONN_DISCONNECT_HANDLER,
 			   rsp->req.req.bssid.bytes,
 			   rsp->req.cm_id,