From c00985bf99cd38cab7f50855866524a4a60d47dd Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 11 Mar 2018 03:16:40 +0700 Subject: trxcon/sched_trx.h: clarify lchan flags meaning Change-Id: I51b663dd16e46a4523488c3d3000922a7c3640d1 --- src/host/trxcon/sched_trx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h index 856566c4..78f458df 100644 --- a/src/host/trxcon/sched_trx.h +++ b/src/host/trxcon/sched_trx.h @@ -17,11 +17,13 @@ #define GPRS_BURST_LEN GSM_BURST_LEN #define EDGE_BURST_LEN 444 +/* Is a channel related to PDCH (GPRS) */ #define TRX_CH_FLAG_PDCH (1 << 0) +/* Should a channel be activated automatically */ #define TRX_CH_FLAG_AUTO (1 << 1) -#define TRX_TS_COUNT 8 #define MAX_A5_KEY_LEN (128 / 8) +#define TRX_TS_COUNT 8 /* Forward declaration to avoid mutual include */ struct trx_lchan_state; -- cgit v1.2.3