dect
/
libdect
Archived
13
0
Fork 0

example: rename DECT_HLC_ACCESS_RIGHT_REQUESTS to DECT_HLC_ACCESS_RIGHTS_REQUESTS

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-08-04 22:50:37 +02:00
parent 4f9a40beb9
commit 741629e58b
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static int mm_access_rights_req(struct dect_handle *dh, struct dect_mm_endpoint
static void llme_mac_me_info_ind(struct dect_handle *dh,
const struct dect_fp_capabilities *fpc)
{
if (fpc->hlc & DECT_HLC_ACCESS_RIGHT_REQUESTS)
if (fpc->hlc & DECT_HLC_ACCESS_RIGHTS_REQUESTS)
dect_event_loop_stop();
}