On 2021-09-24 20:34, Kalle Valo wrote:
Jouni Malinen <jouni@xxxxxxxxxxxxxx> writes:
From: Anilkumar Kolli <akolli@xxxxxxxxxxxxxx>
Firmware updates EEPROM support capability in QMI FW caps, send QMI
BDF
download request message with file type EEPROM, to get caldata
download
from EEPROM. Firmware takes more time to update cal data from EEPROM,
so
increase QMI timeout.
The commit log would need more explanation how this patch works.
FW advertizes calibration data support from EEPROM through
'eeprom_read_timeout' in
QMI FW Capability message. Ath11k sends BDF download request with file
type
'ATH11K_QMI_FILE_TYPE_EEPROM'. FW has logic to read calibration data
from EEPROM and
process the calibration data. FW takes more time to process the
calibration data from
EEPROM so increase QMI timeout to 10msec.
--
- Anil.