qcacmn: Extend target type checks of qca8074v1 to qca8074v2
Extend target type checks of qca8074v1 to qca8074v2 Change-Id: Ie5eba980af03c87f0086ffe2c2c89d7dc86dc71f CRs-Fixed: 2292315
This commit is contained in:

committed by
nshrivas

부모
af4272dbab
커밋
4dd4a62272
@@ -286,7 +286,8 @@ tgt_spectral_register_to_dbr(struct wlan_objmgr_pdev *pdev)
|
||||
psoc = wlan_pdev_get_psoc(pdev);
|
||||
dbr_tx_ops = &psoc->soc_cb.tx_ops.dbr_tx_ops;
|
||||
|
||||
if (tgt_spectral_get_target_type(psoc) == TARGET_TYPE_QCA8074)
|
||||
if ((tgt_spectral_get_target_type(psoc) == TARGET_TYPE_QCA8074) ||
|
||||
(tgt_spectral_get_target_type(psoc) == TARGET_TYPE_QCA8074V2))
|
||||
if (dbr_tx_ops->direct_buf_rx_module_register)
|
||||
return dbr_tx_ops->direct_buf_rx_module_register
|
||||
(pdev, 0,
|
||||
|
Reference in New Issue
Block a user