qcacmn: Initial changes for QCN6432 bring-up in HAL layer

Add device Id and target type checks for qcn6432 target
compilation.

Change-Id: Ibad1763b2d32929d81fe876571c37da9fdd15ab3
CRs-Fixed: 3351745
This commit is contained in:
Kannan Saravanan
2022-12-02 15:29:45 +05:30
committed by Madan Koyyalamudi
parent 3a915602b8
commit bbd8a57b8e
3 changed files with 17 additions and 0 deletions

View File

@@ -2841,6 +2841,7 @@ hal_rx_status_get_tlv_info_generic_be(void *rx_tlv_hdr, void *ppduinfo,
case TARGET_TYPE_QCA5018:
case TARGET_TYPE_QCN9000:
case TARGET_TYPE_QCN6122:
case TARGET_TYPE_QCN6432:
#ifdef QCA_WIFI_QCA6390
case TARGET_TYPE_QCA6390:
#endif