qcacmn: Add hal_rx_msdu_end_l3_hdr_padding_get API

Implement hal_rx_msdu_end_l3_hdr_padding_get API
based on the chipset as the macro to retrieve
sa_idx value is chipset dependent.

Change-Id: Ice1fc2d70e339dc1d80fa6f34f37c5a7aa074be5
CRs-Fixed: 2522133
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-20 17:25:21 -07:00
提交者 nshrivas
父节点 43d563277d
当前提交 f05b2ae5c2
修改 16 个文件,包含 164 行新增19 行删除

查看文件

@@ -385,6 +385,7 @@ struct hal_hw_txrx_ops {
uint8_t (*hal_rx_msdu_end_sa_is_valid_get)(uint8_t *buf);
uint16_t (*hal_rx_msdu_end_sa_idx_get)(uint8_t *buf);
uint32_t (*hal_rx_desc_is_first_msdu)(void *hw_desc_addr);
uint32_t (*hal_rx_msdu_end_l3_hdr_padding_get)(uint8_t *buf);
};
/**