qcacmn: remove CONFIG_MCL in wlan_logging_set_fw_flush_complete
This is to remove CONFIG_MCL in qcacmn code. This change cleans CONFIG_MCL in wlan_logging_set_fw_flush_complete. Change-Id: Ia417c90060b20b004b1e5408be654ff392a8113d CRs-Fixed: 2484838
This commit is contained in:
@@ -1107,11 +1107,7 @@ void wlan_logging_set_per_pkt_stats(void)
|
|||||||
*/
|
*/
|
||||||
void wlan_logging_set_fw_flush_complete(void)
|
void wlan_logging_set_fw_flush_complete(void)
|
||||||
{
|
{
|
||||||
if (gwlan_logging.is_active == false
|
if (!gwlan_logging.is_active)
|
||||||
#ifdef CONFIG_MCL
|
|
||||||
|| !cds_is_fatal_event_enabled()
|
|
||||||
#endif
|
|
||||||
)
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
set_bit(HOST_LOG_FW_FLUSH_COMPLETE, &gwlan_logging.eventFlag);
|
set_bit(HOST_LOG_FW_FLUSH_COMPLETE, &gwlan_logging.eventFlag);
|
||||||
|
Reference in New Issue
Block a user