summaryrefslogtreecommitdiff
path: root/dp
diff options
context:
space:
mode:
authorNirav Shah <nnshah@codeaurora.org>2016-04-25 10:26:26 +0530
committerVishwajith Upendra <vishwaji@codeaurora.org>2016-06-06 18:52:20 -0700
commitc64364e6a93487767c394347b11f540b3f35706d (patch)
treef873caf563e24c24b5280da87854bb411f3a4e0b /dp
parent436558b6c8f96204902a09d7d50ac05dcb2f3cfb (diff)
qcacmn: Add logic to log pause/unpause time
Add logic to calculate pause and unpause time for network queues to debug data path issues. Change-Id: I825b10837d999384a91ca3c2271e472a71fd8863 CRs-Fixed: 999861
Diffstat (limited to 'dp')
-rw-r--r--dp/inc/cdp_txrx_flow_ctrl_legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dp/inc/cdp_txrx_flow_ctrl_legacy.h b/dp/inc/cdp_txrx_flow_ctrl_legacy.h
index 89a0aad0a433..b53a397ff9a5 100644
--- a/dp/inc/cdp_txrx_flow_ctrl_legacy.h
+++ b/dp/inc/cdp_txrx_flow_ctrl_legacy.h
@@ -45,7 +45,7 @@
* @WLAN_NETIF_CARRIER_OFF: off carrier
*/
enum netif_action_type {
- WLAN_STOP_ALL_NETIF_QUEUE,
+ WLAN_STOP_ALL_NETIF_QUEUE = 1,
WLAN_START_ALL_NETIF_QUEUE,
WLAN_WAKE_ALL_NETIF_QUEUE,
WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
@@ -68,7 +68,7 @@ enum netif_action_type {
* @WLAN_THERMAL_MITIGATION: because of thermal mitigation
*/
enum netif_reason_type {
- WLAN_CONTROL_PATH,
+ WLAN_CONTROL_PATH = 1,
WLAN_DATA_FLOW_CONTROL,
WLAN_FW_PAUSE,
WLAN_TX_ABORT,