From: Grazvydas Ignotas Date: Sat, 24 Jan 2009 23:17:17 +0000 (+0200) Subject: Add exit hack for wlan_cu X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f768d7ee7914d13a4277270774417b5e0f367701;p=pandora-wifi.git Add exit hack for wlan_cu wlan_cu does something bad on exit and wifi loses connection. Execute kill instead to hack around this. --- 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 --- 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;