qcacmn: Add support for QCA6490

Add the following support for QCA6490:
1. Initialize the qca6490_hal_hw_txrx_ops
2. Initialize the hw_srng_table
3. Attach hal_qca6490_attach

Change-Id: Ic53c520ef804eb4fbe1434c704e9040c83011d3d
CRs-Fixed: 2522133
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-23 18:31:36 -07:00
提交者 nshrivas
父节点 5c5d409000
当前提交 e69c9c2ac0
修改 11 个文件,包含 1023 行新增10 行删除

查看文件

@@ -496,6 +496,7 @@ struct hal_soc {
struct hal_hw_txrx_ops *ops;
};
void hal_qca6490_attach(struct hal_soc *hal_soc);
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);