]> 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)
commit4228f091846f759f1202a60f8b6b3fdda7ae8873
tree0726830a485d16f35e28b95deeb9b3d966165882
parente914ce0295521898b46d732b9d4ede927f2526f1
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