Skip to content

Commit 2806544

Browse files
authored
mt_wifi:support wifi<->wifi offload under same said
1 parent ed3144c commit 2806544

File tree

1 file changed

+2
-2
lines changed
  • package/mtk/drivers/mt_wifi/src/mt_wifi/embedded/ap

1 file changed

+2
-2
lines changed

package/mtk/drivers/mt_wifi/src/mt_wifi/embedded/ap/ap_data.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3967,8 +3967,8 @@ INT ap_rx_pkt_foward(RTMP_ADAPTER *pAd, struct wifi_dev *wdev, PNDIS_PACKET pPac
39673967
but not to air if match following case:
39683968
a). pMbss->IsolateInterStaTraffic == TRUE
39693969
*/
3970-
to_air = TRUE;
3971-
to_os = FALSE;
3970+
to_os = TRUE;
3971+
to_air = FALSE;
39723972

39733973
if (pMbss->IsolateInterStaTraffic == 1)
39743974
to_air = FALSE;

0 commit comments

Comments
 (0)