staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idx
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 29 Jun 2014 19:39:55 +0000 (20:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:02:41 +0000 (16:02 -0700)
On 2GHz band the values of wCurrentRate match the idx rates.

However, on 5GHz they do not because in channel.c vnt_rates_a do not
match idx.

Instead use the info->control.rates[0].idx the value that was tried.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/usbpipe.c

Simple merge