summaryrefslogtreecommitdiffstats
path: root/src/netlink.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-08-05 10:26:10 +0200
committerPatrick McHardy <kaber@trash.net>2010-08-05 10:26:10 +0200
commita32f8ab727e11737fb92dcf7a598df90e1e6f6c4 (patch)
tree492f6ab3397b9d2ea6ebd05f4041995f61c863d2 /src/netlink.c
parent0294849d77347527e811d0a81fef03b178a0a900 (diff)
doc: add documentation for dect_llme_rfp_preload_req
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/netlink.c')
-rw-r--r--src/netlink.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/netlink.c b/src/netlink.c
index 55f94b0..fee367d 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -244,6 +244,17 @@ static void dect_netlink_llme_rcv(struct dect_handle *dh, bool request,
}
}
+/**
+ * MAC_ME_RFP_PRELOAD-req primitive
+ *
+ * @param dh libdect DECT handle
+ * @param fpc Fixed Part Capabilities
+ *
+ * Issue a MAC_ME_RFP_PRELOAD-req request to the kernel. If successful the
+ * broadcasted fixed part capabilities will be changed to the supplied values.
+ *
+ * @sa ETSI EN 300 175-3, section 8.3.2.1.
+ */
int dect_llme_rfp_preload_req(struct dect_handle *dh,
const struct dect_fp_capabilities *fpc)
{