ath10k: Fix broken NULL func data frame status for 10.4
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Fri, 26 Aug 2016 08:12:20 +0000 (13:42 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 2 Sep 2016 15:58:50 +0000 (18:58 +0300)
commit2cdce425aa3301648e3a68a361f7f48b681fc5a6
tree0726830a485d16f35e28b95deeb9b3d966165882
parent749bc03ae2cd763df19ab8000d21b4342ed3383c
ath10k: Fix broken NULL func data frame status for 10.4

Older firmware with HTT delivers incorrect tx status for null func
frames to driver, but this fixed in 10.2 and 10.4 firmware versions.
Also this workaround results in reporting of incorrect null func status
for 10.4. Fix this is by introducing a firmware feature flag for 10.4
so that this workaround is skipped and proper tx status for null func
frames are reported

Signed-off-by: Tamizh chelvam <c_traja@qti.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.c
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/mac.c