summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-10-09 20:11:26 +0200
committerPatrick McHardy <kaber@trash.net>2011-10-09 20:11:26 +0200
commitc2ac87a9bd3bf165fd5e38ca1d4d9b8f54591e65 (patch)
tree304a1210f3cd490fdeca3b91648616c324a6d8b7
parentecc2c7d990d0e2f5c8a9511d208e38290b9969f8 (diff)
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 <kaber@trash.net>
-rw-r--r--src/lce.c12
1 files changed, 0 insertions, 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
*/