qcacmn: CONFIG_MCL cleanup in cfg module
Put MCL specific cfg default values under feaature flag WLAN_MAX_PDEVS. Change-Id: If34c10ca37e67fbd5fa36d04059be79600c3c328 CRs-Fixed: 2477486
此提交包含在:
@@ -90,7 +90,7 @@
|
||||
#define WLAN_CFG_HOST2RXDMA_RING_MASK_2 0x4
|
||||
#define WLAN_CFG_HOST2RXDMA_RING_MASK_3 0x0
|
||||
|
||||
#ifdef CONFIG_MCL
|
||||
#if defined(WLAN_MAX_PDEVS) && (WLAN_MAX_PDEVS == 1)
|
||||
static const int tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
WLAN_CFG_TX_RING_MASK_0, 0, 0, 0, 0, 0, 0};
|
||||
|
||||
@@ -201,7 +201,7 @@ static const int reo_status_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
WLAN_CFG_REO_STATUS_RING_MASK_1,
|
||||
WLAN_CFG_REO_STATUS_RING_MASK_2,
|
||||
WLAN_CFG_REO_STATUS_RING_MASK_3};
|
||||
#endif /*CONFIG_MCL*/
|
||||
#endif /* MAX_PDEV_CNT == 1 */
|
||||
|
||||
/**
|
||||
* g_wlan_srng_cfg[] - Per ring_type specific configuration
|
||||
|
新增問題並參考
封鎖使用者