From: Malcolm Priestley Date: Sun, 29 Jun 2014 19:39:55 +0000 (+0100) Subject: staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idx X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5615b9775164ae6f63b8636f46fdedf33f13d67;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed