summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/trxcon.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-27 09:21:11 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commite6acd7bd075effc4906deb9b03b71a18a028da87 (patch)
treec361339819d93da58535f712909cff18cce88a1b /src/host/trxcon/trxcon.h
parent806e528bd1d21a307d6f1959e65b80f4978a9a36 (diff)
host/trxcon: get rid of useless TRX_EVENT_RESET_IND
Diffstat (limited to 'src/host/trxcon/trxcon.h')
-rw-r--r--src/host/trxcon/trxcon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/trxcon/trxcon.h b/src/host/trxcon/trxcon.h
index 1ab3a14b..65b5e85d 100644
--- a/src/host/trxcon/trxcon.h
+++ b/src/host/trxcon/trxcon.h
@@ -16,7 +16,6 @@ enum trxcon_fsm_events {
L1CTL_EVENT_DISCONNECT,
/* TRX specific events */
- TRX_EVENT_RESET_IND,
TRX_EVENT_RSP_ERROR,
TRX_EVENT_OFFLINE,
};