diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-02 18:33:09 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-02 18:33:09 +0100 |
commit | 260095318c13cf05b4272b30251d34df5b836196 (patch) | |
tree | c1c0b84d6c7b37959bb79fa8caf5d4c32216f351 /plugins/ethernet.c | |
parent | cde0b261b8976d168af0cfa05f68f0d2543c501e (diff) | |
download | connman-260095318c13cf05b4272b30251d34df5b836196.tar.gz connman-260095318c13cf05b4272b30251d34df5b836196.tar.bz2 connman-260095318c13cf05b4272b30251d34df5b836196.zip |
tethering: Add a tethering property per technology
The manager tethering property is now gone.
Diffstat (limited to 'plugins/ethernet.c')
-rw-r--r-- | plugins/ethernet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c index 71dff3f3..50442fcd 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -259,6 +259,7 @@ static void disable_tethering(struct connman_technology *technology, } static int tech_set_tethering(struct connman_technology *technology, + const char *identifier, const char *passphrase, const char *bridge, connman_bool_t enabled) { DBG("bridge %s enabled %d", bridge, enabled); |