diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wlan_defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wlan_defs.h b/CORE/SERVICES/COMMON/wlan_defs.h index bb88fa248137..a7f0503f25ca 100644 --- a/CORE/SERVICES/COMMON/wlan_defs.h +++ b/CORE/SERVICES/COMMON/wlan_defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2010, 2013-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2004-2010, 2013-2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -870,6 +870,7 @@ typedef enum { WLAN_DBG_DATA_STALL_RX_FCS_LEN_ERROR, /* 5 */ WLAN_DBG_DATA_STALL_MAC_WDOG_ERRORS, /* 6 */ /* Mac watch dog */ WLAN_DBG_DATA_STALL_PHY_BB_WDOG_ERROR, /* 7 */ /* PHY watch dog */ + WLAN_DBG_DATA_STALL_POST_TIM_NO_TXRX_ERROR, /* 8 */ WLAN_DBG_DATA_STALL_MAX, } wlan_dbg_data_stall_type_e; |
