qcacmn: Add hal_rx_mpdu_get_addr2 API

Implement hal_rx_mpdu_get_addr2 API
based on the chipset as
the macro to retrieve addr2 value is
chipset dependent.

Change-Id: I4026db892d4f2f41db72c50f780ba898b8a17fa7
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-21 14:29:40 -07:00
committed by nshrivas
부모 e3ae3193f9
커밋 a81a2fed42
15개의 변경된 파일317개의 추가작업 그리고 47개의 파일을 삭제

파일 보기

@@ -398,6 +398,8 @@ struct hal_hw_txrx_ops {
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);
QDF_STATUS
(*hal_rx_mpdu_get_addr2)(uint8_t *buf, uint8_t *mac_addr);
};
/**