|
@@ -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--;
|
|
|
|