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
这个提交包含在:

提交者
nshrivas

父节点
25ba7b8c4f
当前提交
e3ae3193f9
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户