git.openpandora.org
/
pandora-wifi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae322b3
)
power down on exit so we can insmod again
author
Grazvydas Ignotas
<notasas@gmail.com>
Thu, 11 Nov 2010 17:57:01 +0000
(19:57 +0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Thu, 11 Nov 2010 17:57:01 +0000
(19:57 +0200)
sta_dk/pform/linux/src/esta_drv.c
patch
|
blob
|
history
diff --git
a/sta_dk/pform/linux/src/esta_drv.c
b/sta_dk/pform/linux/src/esta_drv.c
index
e414542
..
2066302
100644
(file)
--- a/
sta_dk/pform/linux/src/esta_drv.c
+++ b/
sta_dk/pform/linux/src/esta_drv.c
@@
-1572,6
+1572,7
@@
static void __exit tiwlan_module_cleanup(void)
}
remove_proc_entry("mem", NULL);
printk(KERN_INFO "TI WLAN: driver unloaded\n");
+ gpio_set_value(PANDORA_WIFI_GPIO, 0);
msleep(100);
omap_mmc_fake_detect_mmc3(0);
}