summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/transceiver/l1ctl_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/transceiver/l1ctl_link.h')
-rw-r--r--src/host/layer23/src/transceiver/l1ctl_link.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host/layer23/src/transceiver/l1ctl_link.h b/src/host/layer23/src/transceiver/l1ctl_link.h
index e53bd829..15960242 100644
--- a/src/host/layer23/src/transceiver/l1ctl_link.h
+++ b/src/host/layer23/src/transceiver/l1ctl_link.h
@@ -36,6 +36,12 @@ struct l1ctl_link
l1ctl_cb_t cb;
void *cb_data;
+
+ struct app_state *as;
+
+ struct trx *trx;
+
+ uint8_t tx_mask, rx_mask;
};