summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/trxcon.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-08 18:58:51 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit7ce986c6385f6648261b7b17483a740175cd3019 (patch)
tree46579f86b5166ace05dd83e4fa99b97d009d5aa4 /src/host/trxcon/trxcon.h
parente738f7827e77a05a7b214bfab1309b2da232a31f (diff)
host/trxcon: send L1CTL_DATA_IND directly from lchan handler
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 6452f803..b3d4e3e2 100644
--- a/src/host/trxcon/trxcon.h
+++ b/src/host/trxcon/trxcon.h
@@ -20,5 +20,4 @@ enum trxcon_fsm_events {
/* Scheduler specific events */
SCH_EVENT_CLCK_IND,
SCH_EVENT_CLCK_LOSS,
- SCH_EVENT_DATA,
};