qcacmn: Add hal_rx_mpdu_get_addr4 API
Implement hal_rx_mpdu_get_addr4 API based on the chipset as the macro to retrieve addr4 value is chipset dependent. Change-Id: Ie35d01de1619a8ab540bb1b2019a15b436efb7d4 CRs-Fixed: 2522133
This commit is contained in:

کامیت شده توسط
nshrivas

والد
7c868259ff
کامیت
aa7628361e
@@ -402,6 +402,8 @@ struct hal_hw_txrx_ops {
|
||||
(*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);
|
||||
QDF_STATUS
|
||||
(*hal_rx_mpdu_get_addr4)(uint8_t *buf, uint8_t *mac_addr);
|
||||
};
|
||||
|
||||
/**
|
||||
|
مرجع در شماره جدید
Block a user