projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf9baa
)
wifi: Fix technology driver name and type
author
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 6 Dec 2010 23:14:23 +0000
(
00:14
+0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 6 Dec 2010 23:14:23 +0000
(
00:14
+0100)
plugins/wifi.c
patch
|
blob
|
history
diff --git
a/plugins/wifi.c
b/plugins/wifi.c
index 542ab2f55d322edd043fefd76fe7f2de4e1b30fd..b12aa0610c2ff181b4acb67af8612f87898ca17d 100644
(file)
--- a/
plugins/wifi.c
+++ b/
plugins/wifi.c
@@
-648,8
+648,8
@@
static int tech_set_regdom(struct connman_technology *technology, const char *al
}
static struct connman_technology_driver tech_driver = {
- .name = "
bluetooth
",
- .type = CONNMAN_SERVICE_TYPE_
BLUETOOTH
,
+ .name = "
wifi
",
+ .type = CONNMAN_SERVICE_TYPE_
WIFI
,
.probe = tech_probe,
.remove = tech_remove,
.set_regdom = tech_set_regdom,