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:
7e4a210
)
Add exit hack for wlan_cu
author
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 24 Jan 2009 23:17:17 +0000
(
01:17
+0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 24 Jan 2009 23:17:17 +0000
(
01:17
+0200)
wlan_cu does something bad on exit and wifi loses connection.
Execute kill instead to hack around this.
sta_dk_4_0_4_32/CUDK/CLI/ticon.c
patch
|
blob
|
history
diff --git
a/sta_dk_4_0_4_32/CUDK/CLI/ticon.c
b/sta_dk_4_0_4_32/CUDK/CLI/ticon.c
index
40a94d6
..
4c442fd
100644
(file)
--- a/
sta_dk_4_0_4_32/CUDK/CLI/ticon.c
+++ b/
sta_dk_4_0_4_32/CUDK/CLI/ticon.c
@@
-1473,6
+1473,9
@@
int main(int argc, char ** argv)
deinit_extended_tools();
+ /* FIXME */
+ system("killall wlan_cu 2> /dev/null");
+
printf("\nLeaving ticon\n"); //TRS:MEB added printf
return 1;