]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: Correct mcs index report
authorDaniel Kim <dekim@broadcom.com>
Tue, 25 Feb 2014 19:30:36 +0000 (20:30 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 28 Feb 2014 19:33:44 +0000 (14:33 -0500)
commitbe035f8898dc10e9a29cde1bb762bc343f07e670
treea448c69990c8c1372b593b64bf100589b8d66493
parent39820994d1e7a8aeb5c2f307f22385acc97f1673
brcmfmac: Correct mcs index report

There is a mismatch between the mcs index(0-7) reported to cfg80211
and the actual mcs index(0-15) in use. This patch resolves the mismatch
by setting mcs info with the number of chains read from FW.

Reviewed-by: Arend Van Spriel <arend@broadcom.com>
Signed-off-by: Daniel Kim <dekim@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c