> 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