]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6868d04677f5e1672ae063b1513ab66bed92336
tree0726830a485d16f35e28b95deeb9b3d966165882
parent96c54c124b2eda10cc6ebd5b4bc676fa2a994197
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