ath10k: print invalid mcs reported in rx descriptor
authorManikanta Pubbisetty <c_mpubbi@qti.qualcomm.com>
Wed, 2 Sep 2015 14:05:27 +0000 (17:05 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 9 Sep 2015 09:45:00 +0000 (12:45 +0300)
commit6ccea107eba46fbc7de40e944bf17145c2809666
tree49937b983ee148abd5dd414ac9a64245365b86da
parent0c6d6f2606dfe3758265fb29bfe8103e89d99bab
ath10k: print invalid mcs reported in rx descriptor

Sometimes hardware reports invalid mcs index in rx descriptor
when operating in VHT80 mode and all packets with invalid mcs
will be eventually dropped in mac80211. This issue is observerd during
testing on QCA99X0 chipsets.

This patch adds a warn message for dumping the rx desc info which helps
in analysing the issue when invalid mcs is received.

Signed-off-by: Manikanta Pubbisetty <c_mpubbi@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c