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:

gecommit door
snandini

bovenliggende
09b574f3d4
commit
fc08fb352a
@@ -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,
|
||||
|
Verwijs in nieuw issue
Block a user