qcacmn: Disable intrabss forwarding for NAWDS nodes

IntraBSS forwarding creates a packet loop when NAWDS mode is enabled.
Disable the feature for NAWDS

Change-Id: I4d4f5616645b435e1e78c45f9347fa04c91e74ae
CRs-Fixed: 2004658
This commit is contained in:
Pamidipati, Vijay
2017-07-20 02:43:33 +05:30
gecommit door snandini
bovenliggende 09b574f3d4
commit fc08fb352a

Bestand weergeven

@@ -1266,7 +1266,8 @@ done:
nbuf);
/* Intrabss-fwd */
if (vdev->opmode != wlan_op_mode_sta)
if ((vdev->opmode != wlan_op_mode_sta) &&
!vdev->nawds_enabled)
if (dp_rx_intrabss_fwd(soc,
peer,
rx_tlv_hdr,