qcacmn: introduce few target specific hal functions
make hal_rx_msdu_end_sa_idx_get and hal_rx_dump_msdu_end_tlv routines target specific as qca6390 implementation differs a bit. add target specific functions for qca6290 and qca8074 Change-Id: Ie05b91d965bae3642e3264620c6d8427ad368044
This commit is contained in:

committed by
nshrivas

父節點
6cf4c27417
當前提交
97ad1061a3
@@ -420,7 +420,7 @@ dp_rx_wds_srcport_learn(struct dp_soc *soc,
|
||||
/*
|
||||
* Get the AST entry from HW SA index and mark it as active
|
||||
*/
|
||||
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);
|
||||
|
||||
qdf_spin_lock_bh(&soc->ast_lock);
|
||||
ast = soc->ast_table[sa_idx];
|
||||
|
Reference in New Issue
Block a user