ath10k: fix mu-mimo rx status reporting
authorMichal Kazior <michal.kazior@tieto.com>
Thu, 27 Aug 2015 12:47:33 +0000 (14:47 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 9 Sep 2015 09:30:13 +0000 (12:30 +0300)
commit6986fdd699f9be57cc1478c738ea6347e3d52547
treec9d3d0cb86a46f1e962c2590a86ee60ff1983992
parentee92a2099f79d47e1d6d4857ab308f5b15a00549
ath10k: fix mu-mimo rx status reporting

MU-MIMO Rx involves different interpretation of
the VHT-SIG-A compared to SU-MIMO.

The incorrect interpretation led ath10k to report
VHT MCS values greater than 9 which subsequently
prompted mac80211 to drop such frames. This
effectively broke Rx with MU-MIMO in many cases
and manifested with a kernel warning in the log
which looked like this:

  [   14.552520] WARNING: CPU: 2 PID: 0 at net/mac80211/rx.c:3578 ieee80211_rx+0x26c/0x940 [mac80211]()
  [   14.552522] Rate marked as a VHT rate but data is invalid: MCS: 10, NSS: 2
  ... call trace follows ...

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c