Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de365535 authored by Rakesh Pillai's avatar Rakesh Pillai
Browse files

qcacmn: Disable intra-bss forwarding for NDI interface

Disable intra-bss forwarding for NDI interface.

Change-Id: I0f3276547795defbd6c0f1f387b5e0018ef11048
CRs-Fixed: 3073451
parent 914f294a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5456,7 +5456,8 @@ static QDF_STATUS dp_vdev_attach_wifi3(struct cdp_soc_t *cdp_soc,
	qdf_spin_unlock_bh(&pdev->vdev_list_lock);
	pdev->vdev_count++;

	if (wlan_op_mode_sta != vdev->opmode)
	if (wlan_op_mode_sta != vdev->opmode &&
	    wlan_op_mode_ndi != vdev->opmode)
		vdev->ap_bridge_enabled = true;
	else
		vdev->ap_bridge_enabled = false;