From 1b50e058150650e3e293fa7a88a249df7f6c0cb6 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 25 May 2009 17:52:50 +0200 Subject: [PATCH] mac: add a few more higher layer capabilities for testing This really needs to be moved to a proper API ... Signed-off-by: Patrick McHardy --- net/dect/mac_ccf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/dect/mac_ccf.c b/net/dect/mac_ccf.c index 02a8a1e727f..fa2695272ff 100644 --- a/net/dect/mac_ccf.c +++ b/net/dect/mac_ccf.c @@ -479,7 +479,10 @@ static void dect_fp_init_si(struct dect_cluster *cl) DECT_HLC_CISS_SERVICE | DECT_HLC_CLMS_SERVICE | DECT_HLC_COMS_SERVICE | - DECT_HLC_LOCATION_REGISTRATION; + DECT_HLC_LOCATION_REGISTRATION | + DECT_HLC_ACCESS_RIGHT_REQUESTS | + DECT_HLC_STANDARD_AUTHENTICATION | + DECT_HLC_STANDARD_CIPHERING; } void dect_cluster_init(struct dect_cluster *cl)