summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-01 07:13:01 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-07-01 07:13:01 -0700
commit80d8e2ab04477b6c7e2b294f046aeaf6a950ad39 (patch)
tree7baa33f664f42d5262ac722170bc6d4ce88ffdc6
parentbce87dffa9157ec6d9ee9621b526e72f4798d906 (diff)
downloadconnman-80d8e2ab04477b6c7e2b294f046aeaf6a950ad39.tar.gz
connman-80d8e2ab04477b6c7e2b294f046aeaf6a950ad39.tar.bz2
connman-80d8e2ab04477b6c7e2b294f046aeaf6a950ad39.zip
To be on the safe side use only wext for driver option
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ac7e7f86..3b97adda 100644
--- a/src/main.c
+++ b/src/main.c
@@ -95,7 +95,7 @@ const char *connman_option_get_string(const char *key)
{
if (g_strcmp0(key, "wifi") == 0) {
if (option_wifi == NULL)
- return "wext,nl80211";
+ return "wext";
else
return option_wifi;
}