staging: rtl8192ee: Fix setting highest n rate
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 17 Jul 2014 03:03:09 +0000 (22:03 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:04:07 +0000 (18:04 -0700)
commit7da8d6a015cbb36e5966d207ad5a2e8d42ce8480
tree4c0d3b4759e8b7945961b2bcfcd9e8fdc6cf128a
parentb5726cb8b273c1500cd1cf743124f5a5b782a1f4
staging: rtl8192ee: Fix setting highest n rate

Commit 4fb6a37c3f94c1cb4b828bfcc4347771e1628f88 by Andrey Utkin
<andrey.krieger.utkin@gmail.com> and entitled "staging: rtl8192ee:
"Correct bitmask in comparsion" fixed what appeared to be a typo. After
consultation with the Realtek engineers, merely testing for a 2T2R device
is sufficient to ensure that the TX MCS map will equal 0x0c, thus the second
test can be ignored.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192ee/base.c