summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-20 19:21:32 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-20 19:21:32 +0200
commitc819bd88b11c972eb5118684a75cd751e838d08d (patch)
tree5bb41ab009b4d15fecc89caa8757d499daf0f405 /src/target/firmware/include/layer1
parent3660a25d3c59ba5b498f71d27d9118dd5de9697b (diff)
[L1CTL] Introduce completion for transmit of L2 frame
Every time we have completed the transmit of a L2 frame (mac block), we send L1CTL_DATA_CONF up to L2.
Diffstat (limited to 'src/target/firmware/include/layer1')
-rw-r--r--src/target/firmware/include/layer1/sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/sync.h b/src/target/firmware/include/layer1/sync.h
index 12b5b504..171fb3bb 100644
--- a/src/target/firmware/include/layer1/sync.h
+++ b/src/target/firmware/include/layer1/sync.h
@@ -31,6 +31,7 @@ enum l1s_chan {
enum l1_compl {
L1_COMPL_FB,
L1_COMPL_RACH,
+ L1_COMPL_TX_NB,
};
typedef void l1_compl_cb(enum l1_compl c);