fw-api: CL 9343618 - update fw common interface files

Change-Id: Iddf05637e7853bd708a8d3dc912f0aab0380be68
WMI: add distinct ROAM_SCAN_LIST_FLAG_FLUSH STATIC vs. DYNAMIC flags
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-01-16 18:00:33 -08:00
committed by nshrivas
orang tua 745d41e95f
melakukan 7c96916bb2
2 mengubah file dengan 3 tambahan dan 2 penghapusan

Melihat File

@@ -12790,7 +12790,8 @@ typedef struct {
#define WMI_ROAM_SCAN_CHAN_LIST_TYPE_STATIC 0x2
#define WMI_ROAM_SCAN_CHAN_LIST_TYPE_DYNAMIC 0x3
#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH 0x1 /* Flush roam scan channel list in FW */
#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH_STATIC 0x1 /* Flush static roam scan channel list in FW */
#define WMI_ROAM_SCAN_LIST_FLAG_FLUSH_DYNAMIC 0x2 /* Flush dynamic roam scan channel list in FW */
/**
* TLV for roaming channel list

Melihat File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */
#define __WMI_REVISION_ 763
#define __WMI_REVISION_ 764
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work