qcacmn: Add hal_rx_msdu_end_sa_idx_get API
Implement hal_rx_msdu_end_sa_idx API based on the chipset as the macro to retrieve sa_idx value is chipset dependent. Change-Id: Ib874520be9e7ad778c2a9a3c415e5c3047450b31 CRs-Fixed: 2522133
Esse commit está contido em:

commit de
nshrivas

pai
59ebd5ee0c
commit
5bf1e5a1da
@@ -93,7 +93,7 @@ static inline bool dp_rx_mcast_echo_check(struct dp_soc *soc,
|
||||
*/
|
||||
qdf_spin_lock_bh(&soc->ast_lock);
|
||||
if (hal_rx_msdu_end_sa_is_valid_get(soc->hal_soc, rx_tlv_hdr)) {
|
||||
sa_idx = hal_rx_msdu_end_sa_idx_get(rx_tlv_hdr);
|
||||
sa_idx = hal_rx_msdu_end_sa_idx_get(soc->hal_soc, rx_tlv_hdr);
|
||||
|
||||
if ((sa_idx < 0) ||
|
||||
(sa_idx >= wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx))) {
|
||||
|
Referência em uma nova issue
Block a user