From c2ac87a9bd3bf165fd5e38ca1d4d9b8f54591e65 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sun, 9 Oct 2011 20:11:26 +0200 Subject: lce: remove now unused function dect_profile_indicator() Profile support is supposed to be handled on the IWU layer, remove unused dect_profile_indicator() function. Signed-off-by: Patrick McHardy --- src/lce.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/lce.c b/src/lce.c index 95a8274..5c5cc39 100644 --- a/src/lce.c +++ b/src/lce.c @@ -330,18 +330,6 @@ dect_page_capability(const struct dect_handle *dh, return lte->setup_capability->page_capability; } -static uint64_t dect_profile_indicator(const struct dect_handle *dh, - const struct dect_ipui *ipui) -{ - const struct dect_lte *lte; - - lte = dect_lte_get_by_ipui(dh, ipui); - if (lte == NULL || - lte->terminal_capability == NULL) - return 0; - return lte->terminal_capability->profile_indicator; -} - /* * Data links */ -- cgit v1.2.3