qcacmn: Add debug log to print link vote id

Add debug log to print details about the link vote id.

Change-Id: I2e89a3d6f06a0f3ec38ea9e8345d854553dbe86d
CRs-Fixed: 2964961
This commit is contained in:
Alan Chen
2021-06-08 13:30:36 -07:00
gecommit door Madan Koyyalamudi
bovenliggende 1dd538e4b9
commit 75c2cf25ab
4 gewijzigde bestanden met toevoegingen van 141 en 41 verwijderingen

Bestand weergeven

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2014, 2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -38,4 +38,6 @@
QDF_TRACE(QDF_MODULE_ID_HTC, QDF_TRACE_LEVEL_INFO, ## args)
#define HTC_TRACE(args ...) \
QDF_TRACE(QDF_MODULE_ID_HTC, QDF_TRACE_LEVEL_DEBUG, ## args)
#define HTC_NOFL_INFO(args...) \
QDF_TRACE_INFO_NO_FL(QDF_MODULE_ID_HTC, ## args)
#endif /*HTC_DEBUG_H_ */