qcacmn: Clean up of CONFIG_MCL flag
Clean up of CONFIG_MCL flag in wmi_unified_parmm.h Change-Id: I4d647b6fb97e8a6f8ac56506f4eaa6625587ba7e CRs-Fixed: 2450713
This commit is contained in:

committed by
Nitesh Shrivastav

parent
9d48cd993c
commit
a2c264acf7
@@ -1454,9 +1454,7 @@ struct fw_hang_params {
|
|||||||
struct pdev_utf_params {
|
struct pdev_utf_params {
|
||||||
uint8_t *utf_payload;
|
uint8_t *utf_payload;
|
||||||
uint32_t len;
|
uint32_t len;
|
||||||
#ifndef CONFIG_MCL
|
|
||||||
bool is_ar900b;
|
bool is_ar900b;
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*Adding this due to dependency on wmi_unified.h
|
/*Adding this due to dependency on wmi_unified.h
|
||||||
@@ -1494,9 +1492,7 @@ struct dbglog_params {
|
|||||||
uint32_t val;
|
uint32_t val;
|
||||||
uint32_t *module_id_bitmap;
|
uint32_t *module_id_bitmap;
|
||||||
uint32_t bitmap_len;
|
uint32_t bitmap_len;
|
||||||
#ifndef CONFIG_MCL
|
|
||||||
uint32_t cfgvalid[2];
|
uint32_t cfgvalid[2];
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user