Re: [PATCH ath-next v4 1/6] wifi: ath11k: Add initialization and deinitialization sequence for CFR module
Qian Zhang <[email protected]>
| Newsgroups | org.infradead.lists.ath11k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 1/7/2026 8:43 AM, Jeff Johnson wrote: > On 12/30/2025 10:06 PM, Arend van Spriel wrote: >> Op 23 december 2025 10:27:46 schreef Qian Zhang <[email protected]>: >> >>> Channel Frequency Response (CFR) module will be initialized only when >>> the following criteria passes: >>> * Enabled CFR support for the hardware through the hardware param >>> 'cfr_support' >>> * WMI service enabled for the CFR support >>> 'WMI_TLV_SERVICE_CFR_CAPTURE_SUPPORT' >> >> [...] >> >>> diff --git a/drivers/net/wireless/ath/ath11k/core.c >>> b/drivers/net/wireless/ath/ath11k/core.c >>> index 812686173ac8..6a6bf6316ac9 100644 >>> --- a/drivers/net/wireless/ath/ath11k/core.c >>> +++ b/drivers/net/wireless/ath/ath11k/core.c >>> @@ -1,7 +1,6 @@ >>> // SPDX-License-Identifier: BSD-3-Clause-Clear >>> /* >>> * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. >>> - * Copyright (c) 2021-2025 Qualcomm Innovation Center, Inc. All rights >>> reserved. >> >> Hi Qiang Zhang, >> >> Some explanation on this would have been nice. Doing this in a separate >> patch would be even better. > > Are you just referring to the copyright change? > > The guidance from Qualcomm legal changed in 2025, and that was already > discussed in a few places. The best reference is here: > > https://lore.kernel.org/linux-wireless/[email protected]/ > > Note the guidance is to change copyright when the file changes, so changing > copyright alone would not be an appropriate change. > > /jeff I will fix this. Thanks, Qian