Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a35833f authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: Ib50fbf4d2435984c24b3eb835a4a77948c59d9dc
CRs-Fixed: 2262693
parent d66d9e68
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -19648,12 +19648,20 @@ typedef struct {
    A_UINT32 cu_vdev_map_cat2_hi; /* bits 63:32 */
} wmi_prb_resp_tmpl_ml_info;
/** indicates P2P GO only case not replay probe req */
#define WMI_PRB_TMPL_IGNORE_NONP2P_PRB_REQ 0x1
typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_prb_tmpl_cmd_fixed_param */
    /** unique id identifying the VDEV, generated by the caller */
    A_UINT32 vdev_id;
    /** beacon buffer length. data is in TLV data[] */
    A_UINT32 buf_len;
    /** flags to control probe tmpl:
     * Bit     0: If set, FW should ignore non-P2P probe req
     * Bits 31-1: Reserved
     */
    A_UINT32 flags;
/*
 * The TLVs follows:
 *    wmi_bcn_prb_info bcn_prb_info; <-- beacon probe capabilities and IEs
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1482
#define __WMI_REVISION_ 1483

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work