Parcourir la source

qcacmn: configure different reo destination each pdev

Change-Id: Icb44f2edf69cd271f5f5b49b192d52a204fa0f3a
CRs-Fixed: 2067575
Om Prakash Tripathi il y a 7 ans
Parent
commit
a7fb93f83d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      dp/wifi3.0/dp_main.c

+ 2 - 2
dp/wifi3.0/dp_main.c

@@ -1355,8 +1355,8 @@ static struct cdp_pdev *dp_pdev_attach_wifi3(struct cdp_soc_t *txrx_soc,
 		goto fail1;
 	}
 
-	/* set the reo destination to 1 during initialization */
-	pdev->reo_dest = 1;
+	/* set the reo destination during initialization */
+	pdev->reo_dest = pdev->pdev_id + 1;
 	return (struct cdp_pdev *)pdev;
 
 fail1: