mwifiex: correction in mcs index check
authorAmitkumar Karwar <akarwar@marvell.com>
Thu, 12 Jul 2012 01:12:57 +0000 (18:12 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 2 Aug 2012 13:37:47 +0000 (14:37 +0100)
commit91953dc518f589779c11f3774c6d7ca5b2bb86c6
tree96b07827c207faaacedad28af35f7a9d9bd72e76
parent216fce53c4a85d012a5dc28eff803b9a28874ba8
mwifiex: correction in mcs index check

commit fe020120cb863ba918c6d603345342a880272c4d upstream.

mwifiex driver supports 2x2 chips as well. Hence valid mcs values
are 0 to 15. The check for mcs index is corrected in this patch.

For example: if 40MHz is enabled and mcs index is 11, "iw link"
command would show "tx bitrate: 108.0 MBit/s" without this patch.
Now it shows "tx bitrate: 108.0 MBit/s MCS 11 40Mhz" with the patch.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/wireless/mwifiex/cfg80211.c