Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -18852,6 +18852,13 @@ typedef struct { A_UINT32 vdev_id; /** Actual length in byte of data[]. */ A_UINT32 data_len; /** * pdev_vdev_flag - 0 follow old method (vdev_id is valid, ignore pdev_id) * pdev_vdev_flag - 1 pdev_id is valid */ A_UINT32 pdev_vdev_flag; /** Unique id identifying the PDEV */ A_UINT32 pdev_id; /** This structure is used to send OEM DATA binary blobs from * application/service to firmware where Host driver is pass through. * The OEM-specific commands from OEM-specific userspace applications fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 834 #define __WMI_REVISION_ 835 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -18852,6 +18852,13 @@ typedef struct { A_UINT32 vdev_id; /** Actual length in byte of data[]. */ A_UINT32 data_len; /** * pdev_vdev_flag - 0 follow old method (vdev_id is valid, ignore pdev_id) * pdev_vdev_flag - 1 pdev_id is valid */ A_UINT32 pdev_vdev_flag; /** Unique id identifying the PDEV */ A_UINT32 pdev_id; /** This structure is used to send OEM DATA binary blobs from * application/service to firmware where Host driver is pass through. * The OEM-specific commands from OEM-specific userspace applications
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 834 #define __WMI_REVISION_ 835 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading