]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commita5615b9775164ae6f63b8636f46fdedf33f13d67
tree54d0cb863154d071cfbf4711bb64764cda1510ed
parent1786384e13e9e380ee3a0507d041663ff0ca124c
staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idx

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