~indicator-network-developers/connman/flimflam.packaging

« back to all changes in this revision

Viewing changes to debian/patches/0001-newwifi-don-t-use-configuration-file.patch

  • Committer: ubuntu.builder at gmail
  • Date: 2011-04-14 12:34:37 UTC
  • Revision ID: ubuntu.builder@gmail.com-20110414123437-uvhfjwwtdvwh1gq4
Add 0001-newwifi-don-t-use-configuration-file.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From bc58b00ed475c58063d8349cff96f888c17b93a2 Mon Sep 17 00:00:00 2001
 
2
From: Kalle Valo <kvalo@adurom.com>
 
3
Date: Fri, 1 Apr 2011 12:33:46 +0300
 
4
Subject: [PATCH] newwifi: don't use configuration file
 
5
 
 
6
---
 
7
 plugins/newwifi.c |    7 +------
 
8
 1 files changed, 1 insertions(+), 6 deletions(-)
 
9
 
 
10
diff --git a/plugins/newwifi.c b/plugins/newwifi.c
 
11
index 6e8b3d5..b9661f6 100644
 
12
--- a/plugins/newwifi.c
 
13
+++ b/plugins/newwifi.c
 
14
@@ -567,12 +567,7 @@ static int interface_create(struct supplicant_task *task)
 
15
            DBUS_TYPE_STRING, &task->ifname);
 
16
        connman_dbus_dict_append_variant(&dict, "Driver",
 
17
            DBUS_TYPE_STRING, &driver);
 
18
-       /*
 
19
-        * TODO(sleffler) set global properties directly once wpa_supplicant
 
20
-        * supports this.
 
21
-        */
 
22
-       connman_dbus_dict_append_variant(&dict, "ConfigFile",
 
23
-           DBUS_TYPE_STRING, &conffile);
 
24
+
 
25
        dbus_message_iter_close_container(&array, &dict);
 
26
 
 
27
        /* NB: if we get an error response, try to get the interface */
 
28
-- 
 
29
1.7.4.1
 
30