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
@@ -295,7 +295,7 @@ struct hal_hw_txrx_ops {
|
||||
uint32_t (*hal_get_link_desc_size)(void);
|
||||
uint32_t (*hal_rx_mpdu_start_tid_get)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_msdu_start_reception_type_get)(uint8_t *buf);
|
||||
uint16_t (*hal_rx_msdu_end_sa_idx_get)(uint8_t *buf);
|
||||
uint16_t (*hal_rx_msdu_end_da_idx_get)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -342,4 +342,8 @@ struct hal_soc {
|
||||
int32_t *hal_hw_reg_offset;
|
||||
struct hal_hw_txrx_ops *ops;
|
||||
};
|
||||
|
||||
void hal_qca6390_attach(struct hal_soc *hal_soc);
|
||||
void hal_qca6290_attach(struct hal_soc *hal_soc);
|
||||
void hal_qca8074_attach(struct hal_soc *hal_soc);
|
||||
#endif /* _HAL_INTERNAL_H_ */
|
||||
|
Reference in New Issue
Block a user