RE: [EXT] Re: [PATCH v4 2/2] wifi: mwifiex: Fix RF calibration data download from file

From: Jeff Chen
Date: Mon Mar 24 2025 - 12:47:57 EST


> Hello Jeff,
>
> On Tue, Mar 18, 2025 at 01:07:39PM +0800, Jeff Chen wrote:
> > While this patch restores the ability to download RF calibration data
> > from a file, it may inadvertently break the feature to download
> > calibration data from the device tree.
>
> I do not think this is acceptable. Fixing something by adding another bug is not
> ok. You should fix the calibration data from file, without breaking the device
> tree calibration functionality.
>
> Francesco

Hello Francesco,


There seems to be a misunderstanding. The issue with breaking the device tree
calibration functionality was actually introduced in version 3 of the patch. Version 4
resolves this problem by ensuring that both file-based and device tree-based
calibration work as intended.

The current patch restores the ability to download RF calibration data from a file
without affecting the device tree functionality. I'll clarify this in the commit message
to avoid further confusion.

Best regards,
Jeff