dect
/
linux-2.6
Archived
13
0
Fork 0

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 <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2009-05-25 17:52:50 +02:00
parent 47bec29fe9
commit 1b50e05815
1 changed files with 4 additions and 1 deletions

View File

@ -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)