qcacmn: Remove puncture pattern from CFR
Removing additional puncture pattern parameter from CFR. Change-Id: I2ed5a64d793946d3d96df847631c0fa0f8ac3274 CRs-Fixed: 3260286
Esse commit está contido em:
@@ -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--;
|
||||
|
||||
|
Referência em uma nova issue
Block a user