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

Commit 3aaf4857 authored by spuligil's avatar spuligil
Browse files

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

HTT stats: change pdev + tx vap IDs to MAC ID in pdev_mbssid_ctrl_frame_stats

Change-Id: If9cc16a1d7e6a4f57cfd20e70dc6136d2f0c5c69
CRs-Fixed: 2262693
parent 9d4107b5
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -8604,8 +8604,13 @@ typedef struct {

typedef struct {
    htt_tlv_hdr_t tlv_hdr;
    A_UINT32 pdev_id;
    A_UINT32 tx_vap_id;
    /** mac_id__word:
     * BIT [ 7 :  0]   :- mac_id
     *                    Use the HTT_STATS_CMN_MAC_ID_GET,_SET macros to
     *                    read/write this bitfield.
     * BIT [31 :  8]   :- reserved
     */
    A_UINT32 mac_id__word;
    A_UINT32 basic_trigger_across_bss;
    A_UINT32 basic_trigger_within_bss;
    A_UINT32 bsr_trigger_across_bss;