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
This commit is contained in:
spuligil
2019-03-26 12:00:48 -07:00
szülő b773b99e1e
commit 4aa02b3f18

Fájl megtekintése

@@ -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 */