[tuxdroid-svn] r633 - daemon/trunk/libs
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-10-18 13:50:51
|
Author: jaguarondi Date: 2007-10-18 15:50:51 +0200 (Thu, 18 Oct 2007) New Revision: 633 Modified: daemon/trunk/libs/USBDaemon_command_tux.c Log: * BUG in the wireless channel selection, the wrong command was sent. Modified: daemon/trunk/libs/USBDaemon_command_tux.c =================================================================== --- daemon/trunk/libs/USBDaemon_command_tux.c 2007-10-18 12:21:48 UTC (rev 632) +++ daemon/trunk/libs/USBDaemon_command_tux.c 2007-10-18 13:50:51 UTC (rev 633) @@ -885,7 +885,8 @@ return -1; if (send_usb_dongle_cmd(USB_TUX_CONNECTION_CMD, - USB_TUX_CONNECTION_CHANGE_ID, lower_ATR_channel[wifi_channel], + USB_TUX_CONNECTION_WIRELESS_CHANNEL, + lower_ATR_channel[wifi_channel], higher_ATR_channel[wifi_channel]) == USB_FRAME_SIZE) return 0; else |