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

Commit a342062c authored by spuligil's avatar spuligil
Browse files

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

Add HTT_RX_IND_HL_SA_ANT_MATRIX_OFFSET macro def

Change-Id: I9c401dea5a7895f447537a2ac0bb51f7b34b3139
CRs-Fixed: 2262693
parent f0766c9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6991,6 +6991,10 @@ struct htt_rx_ind_hl_rx_desc_t {
    (HTT_RX_IND_HL_RX_DESC_BASE_OFFSET \
     + offsetof(struct htt_rx_ind_hl_rx_desc_t, flags))
#define HTT_RX_IND_HL_SA_ANT_MATRIX_OFFSET \
    (HTT_RX_IND_HL_RX_DESC_BASE_OFFSET \
     + offsetof(struct htt_rx_ind_hl_rx_desc_t, sa_ant_matrix))
#define HTT_RX_IND_HL_FLAG_FIRST_MSDU   (0x01 << 0)
#define HTT_RX_IND_HL_FLAG_LAST_MSDU    (0x01 << 1)
#define HTT_RX_IND_HL_FLAG_C3_FAILED    (0x01 << 2) /* L3 checksum failed */