summaryrefslogtreecommitdiff
path: root/plugins/iwmx.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-06-16 09:44:53 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2011-06-16 15:26:11 +0200
commit725ddbb743d4ab7a531515b43462977319736c97 (patch)
treed20644688f8d6f04bf5b9eb59065273bb9bcfb39 /plugins/iwmx.h
parentea8124883725a6b4b6806e79213c04c46438cf9f (diff)
downloadconnman-725ddbb743d4ab7a531515b43462977319736c97.tar.gz
connman-725ddbb743d4ab7a531515b43462977319736c97.tar.bz2
connman-725ddbb743d4ab7a531515b43462977319736c97.zip
wimax: Remove unused station_type
And remove therefore the dependencie on connman_network_set_string().
Diffstat (limited to 'plugins/iwmx.h')
-rw-r--r--plugins/iwmx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/iwmx.h b/plugins/iwmx.h
index 9d85ea72..f3bc07b4 100644
--- a/plugins/iwmx.h
+++ b/plugins/iwmx.h
@@ -160,13 +160,11 @@ enum {
struct connman_network *__iwmx_cm_network_available(
struct wmxsdk *wmxsdk, const char *station_name,
- const char *station_type,
const void *sdk_nspname, size_t sdk_nspname_size,
int strength);
struct connman_network *iwmx_cm_network_available(
struct wmxsdk *wmxsdk, const char *station_name,
- const char *station_type,
const void *sdk_nspname, size_t sdk_nspname_size,
int strength);