qcacmn: Add hal_rx_mpdu_get_addr1 API

Implement hal_rx_mpdu_get_addr1 API
based on the chipset as the macro to
retrieve addr1 value is
chipset dependent.

Change-Id: I7ed88f2243d397c9d605a08d3b93e17f0004c63d
CRs-Fixed: 2522133
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-21 13:59:46 -07:00
提交者 nshrivas
父节点 25ba7b8c4f
当前提交 e3ae3193f9
修改 15 个文件,包含 310 行新增44 行删除

查看文件

@@ -396,6 +396,8 @@ struct hal_hw_txrx_ops {
uint32_t (*hal_rx_mpdu_get_to_ds)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_get_fr_ds)(uint8_t *buf);
uint8_t (*hal_rx_get_mpdu_frame_control_valid)(uint8_t *buf);
QDF_STATUS
(*hal_rx_mpdu_get_addr1)(uint8_t *buf, uint8_t *mac_addr);
};
/**