qcacmn: remove unused var in monitor/1.0/dp_mon_filter_1.0.c

remove unused var and declaration in
dp/wifi3.0/monitor/1.0/dp_mon_filter_1.0.c

CRs-Fixed: 3284798
Change-Id: I289aac6ae32c22539c98d02673b9af9a48d46192
This commit is contained in:
Mukul Dhiman
2022-11-23 12:38:09 +05:30
committed by Madan Koyyalamudi
父節點 daea04e025
當前提交 625715ade0

查看文件

@@ -1000,14 +1000,12 @@ QDF_STATUS dp_mon_filter_update_1_0(struct dp_pdev *pdev)
bool mon_mode_set = false;
struct dp_mon_filter filter = {0};
QDF_STATUS status = QDF_STATUS_SUCCESS;
struct dp_mon_pdev *mon_pdev;
if (!pdev) {
dp_mon_filter_err("pdev Context is null");
return QDF_STATUS_E_FAILURE;
}
mon_pdev = pdev->monitor_pdev;
soc = pdev->soc;
if (!soc) {
dp_mon_filter_err("Soc Context is null");