qcacmn: Set mac id based on the working band
FW requires to receive WMI_CFR_CAPTURE_FILTER_CMDID with the pdev id which is based on the working band. It requires srng id when looking up or releasing DMA address. So add this change to check working band and set mac id. This is MCL only change. Change-Id: I763a25b4989607128b2b4c75186eb5bdcd204077 CRs-Fixed: 2641268
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
#ifndef _TARGET_IF_CFR_6490_H
|
||||
#define _TARGET_IF_CFR_6490_H
|
||||
|
||||
#ifdef QCA_WIFI_QCA6490
|
||||
#define CFR_MAC_ID_24G 1
|
||||
#define CFR_MAC_ID_5G 0
|
||||
#endif /* QCA_WIFI_QCA6490 */
|
||||
|
||||
/**
|
||||
* target_if_cfr_subscribe_ppdu_desc() - subscribe ppdu description
|
||||
* for CFR component
|
||||
|
Reference in New Issue
Block a user