]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: mwifiex: Fix premature release of RF calibration data.
authorJeff Chen <jeff.chen_1@nxp.com>
Tue, 18 Mar 2025 05:07:38 +0000 (13:07 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Mar 2025 09:27:34 +0000 (10:27 +0100)
commit69ae7e1f73abae20f26e3536ca4a980b90eafeb7
tree138ddbeac80fd03eb1ff3a6e77d6ba070f20a447
parentfc88dee89d7b63eeb17699393eb659aadf9d9b7c
wifi: mwifiex: Fix premature release of RF calibration data.

This patch resolves an issue where RF calibration data was being
released before the download process. Without this fix, the
external calibration data file would not be downloaded
at all.

Fixes: d39fbc88956e ("mwifiex: remove cfg_data construction")
Signed-off-by: Jeff Chen <jeff.chen_1@nxp.com>
Link: https://patch.msgid.link/20250318050739.2239376-2-jeff.chen_1@nxp.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/marvell/mwifiex/main.c
drivers/net/wireless/marvell/mwifiex/sta_cmd.c