qcacmn: Add hal_rx_mpdu_get_addr3 API
Implement hal_rx_mpdu_get_addr3 API based on the chipset as the macro to retrieve addr3 value is chipset dependent. Change-Id: I3983599b656e82170de5905c08daee3ec164e7a0 CRs-Fixed: 2522133
这个提交包含在:

提交者
nshrivas

父节点
a81a2fed42
当前提交
7c868259ff
@@ -400,6 +400,8 @@ struct hal_hw_txrx_ops {
|
||||
(*hal_rx_mpdu_get_addr1)(uint8_t *buf, uint8_t *mac_addr);
|
||||
QDF_STATUS
|
||||
(*hal_rx_mpdu_get_addr2)(uint8_t *buf, uint8_t *mac_addr);
|
||||
QDF_STATUS
|
||||
(*hal_rx_mpdu_get_addr3)(uint8_t *buf, uint8_t *mac_addr);
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户