From b88dc98e98f52b030bb408fcdcc19e0569e2e5ca Mon Sep 17 00:00:00 2001 From: syed touqeer pasha Date: Fri, 2 Sep 2022 21:29:58 +0530 Subject: [PATCH] qcacmn: Fetch drop 3 address mcast value Fetch the drop 3 address mcast value Change-Id: If4d714e6b418c3030b247e8dd84b948aa6c140d4 CRs-Fixed: 3282708 --- dp/wifi3.0/dp_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index 781b3be963..b1adfbb18a 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -10618,6 +10618,9 @@ static QDF_STATUS dp_get_vdev_param(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, vdev->mesh_tid_latency_config.latency_tid; break; #endif + case CDP_DROP_3ADDR_MCAST: + val->cdp_drop_3addr_mcast = vdev->drop_3addr_mcast; + break; default: dp_cdp_err("%pK: param value %d is wrong", soc, param);