dect
/
libdect
Archived
13
0
Fork 0

lce: really fix set-up condition

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-01-11 21:40:32 +01:00
parent 3e558a2832
commit 42510e7c77
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ static struct dect_data_link *dect_ddl_establish(struct dect_handle *dh,
dect_ddl_set_ipui(dh, ddl, ipui);
if (dh->mode == DECT_MODE_FP &&
dect_setup_capability(dh, ipui) != DECT_SETUP_NO_FAST_SETUP) {
dect_setup_capability(dh, ipui) == DECT_SETUP_NO_FAST_SETUP) {
ddl->page_timer = dect_timer_alloc(dh);
if (ddl->page_timer == NULL)
goto err2;