qcacmn: Fix compilation issues and a minor issue
Removed qdf exports on functions defined in target specific header files and defined those functions as static. Revert changes on hal_rx_msdu_end_sa_idx_get and make hal_rx_msdu_end_da_idx_get target specific Change-Id: I2858b1d77118f0a26b54bf983bd342c7a4fe757d
This commit is contained in:

committed by
nshrivas

parent
fe9c9c038c
commit
96d2d41c87
@@ -374,7 +374,7 @@ dp_rx_intrabss_fwd(struct dp_soc *soc,
|
||||
|
||||
if ((hal_rx_msdu_end_da_is_valid_get(rx_tlv_hdr) &&
|
||||
!hal_rx_msdu_end_da_is_mcbc_get(rx_tlv_hdr))) {
|
||||
da_idx = hal_rx_msdu_end_da_idx_get(rx_tlv_hdr);
|
||||
da_idx = hal_rx_msdu_end_da_idx_get(soc->hal_soc, rx_tlv_hdr);
|
||||
|
||||
ast_entry = soc->ast_table[da_idx];
|
||||
if (!ast_entry)
|
||||
|
Reference in New Issue
Block a user