summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-22 16:52:41 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-23 18:37:07 +0100
commit1b1d534babf1e9d26d8936f6f547e918b63ff1c4 (patch)
tree2bfab92a832cbb6cd2abc3ec1836dbbe2ea5b1ee /include/network.h
parent800c6c3c92b13a7dc19e86491801639dde5053e9 (diff)
downloadconnman-1b1d534babf1e9d26d8936f6f547e918b63ff1c4.tar.gz
connman-1b1d534babf1e9d26d8936f6f547e918b63ff1c4.tar.bz2
connman-1b1d534babf1e9d26d8936f6f547e918b63ff1c4.zip
network: Remove address field
The address network field holds the WiFi BSSID but is unused.
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/network.h b/include/network.h
index 6b93f169..a077fde9 100644
--- a/include/network.h
+++ b/include/network.h
@@ -96,8 +96,6 @@ void connman_network_set_ipv4_method(struct connman_network *network,
void connman_network_set_ipv6_method(struct connman_network *network,
enum connman_ipconfig_method method);
-int connman_network_set_address(struct connman_network *network,
- const void *address, unsigned int size);
int connman_network_set_name(struct connman_network *network,
const char *name);
int connman_network_set_strength(struct connman_network *network,