cnss2: Add support to download ini file to FW

Add new QMI message to download wlan-connection-roaming.ini
file to FW.

Change-Id: Icc7d63847560ae07f3d3cdebc158faf8e4cb5aec
This commit is contained in:
Naman Padhiar
2022-05-23 14:00:33 +05:30
committed by Gerrit - the friendly Code Review server
부모 878c36c07a
커밋 2aa767ca86
4개의 변경된 파일156개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -283,6 +283,7 @@ enum wlfw_gpio_info_type_v01 {
enum wlfw_ini_file_type_v01 {
WLFW_INI_FILE_TYPE_MIN_VAL_V01 = INT_MIN,
WLFW_INI_CFG_FILE_V01 = 0,
WLFW_CONN_ROAM_INI_V01 = 1,
WLFW_INI_FILE_TYPE_MAX_VAL_V01 = INT_MAX,
};