qcacmn: Avoid mcast check in qwrap isolation mode

Donot perform mcast echo check in case of qwrap isolation mode.
In qwrap isolation mode, packets from wired station reaches the wireless
station via the rootap. Thus we need to allow loopback packets in qwrap
isolation mode.
Also add a configuration to set isolation mode.

Change-Id: If4a63abd477596f6b48c6cf9b6e7e5bd84ec95c0
CRs-fixed: 2204033
This commit is contained in:
Nandha Kishore Easwaran
2018-03-12 18:27:10 +05:30
committed by nshrivas
parent 71c46b9357
commit 3053deedfa
2 changed files with 10 additions and 0 deletions

View File

@@ -1239,6 +1239,7 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_WIDE_BAND_SCAN = 362,
OL_ATH_PARAM_CCK_TX_ENABLE = 363,
OL_ATH_PARAM_PAPI_ENABLE = 364,
OL_ATH_PARAM_ISOLATION = 365,
};
/* Enumeration of PDEV Configuration parameter */