summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt.h
diff options
context:
space:
mode:
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>2013-12-13 12:44:16 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2013-12-16 13:13:34 (GMT)
commit2256940010aab059dc238ab81b7b562b17942ec8 (patch)
tree27e5a2a07a96480fb26072d0bd6b0c9e0f87f47b /drivers/net/wireless/ath/ath10k/htt.h
parent2b6a6a90c31c550f839e905484f5253b9d24e33d (diff)
downloadlinux-2256940010aab059dc238ab81b7b562b17942ec8.tar.xz
ath10k: handle TKIP MIC error correctly
We should check MIC error flag base on rx_attention, to have consistent status of MIC failure and FCS error. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/htt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt.h b/drivers/net/wireless/ath/ath10k/htt.h
index 7fc7919..b93ae35 100644
--- a/drivers/net/wireless/ath/ath10k/htt.h
+++ b/drivers/net/wireless/ath/ath10k/htt.h
@@ -1183,6 +1183,7 @@ struct htt_rx_info {
} rate;
bool fcs_err;
bool amsdu_more;
+ bool mic_err;
};
struct ath10k_htt {