qcacmn: Remove puncture pattern from CFR

Removing additional puncture pattern parameter from CFR.

Change-Id: I2ed5a64d793946d3d96df847631c0fa0f8ac3274
CRs-Fixed: 3260286
Esse commit está contido em:
Nidhi Jain
2022-08-03 16:07:00 +05:30
commit de Madan Koyyalamudi
commit 1340f268c1
3 arquivos alterados com 2 adições e 12 exclusões

Ver arquivo

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -122,9 +123,6 @@ int ucfg_cfr_start_capture(struct wlan_objmgr_pdev *pdev,
pe->period = params->period;
pe->capture_method = params->method;
pe->request = PEER_CFR_CAPTURE_ENABLE;
#ifdef WLAN_FEATURE_11BE
pe->puncture_bitmap = params->puncture_bitmap;
#endif
} else
pa->cfr_current_sta_count--;