ath10k: fix legacy rate packet debug messages
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Mon, 23 May 2016 20:12:47 +0000 (23:12 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 24 May 2016 17:54:48 +0000 (20:54 +0300)
commit026441c9d4ff2651106d0e57e738a5afb742c338
treef226eed462afe235e4c654735335680bc9658bcf
parent3b0499e9ce420e8841d5007130b5e074eb2e674b
ath10k: fix legacy rate packet debug messages

Legacy rate packets may not necessarily be having a rx status
flag of '0' always, for example management frame have flags
like RX_FLAG_ONLY_MONITOR / RX_FLAG_MACTIME_END also set

Just check 'VHT' and 'HT' flags are not set , and simply clasify it as
legacy rate packets

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c